summaryrefslogtreecommitdiff
path: root/emulators/ppsspp/files
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-05-26 14:33:07 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-05-26 14:33:07 +0000
commit7cd798cd05833c5755495bf4643684368fe8cef8 (patch)
treeffe653e1f3160fc60b00205271a8ab2fa7a5a16b /emulators/ppsspp/files
parentUpdate x11-toolkits/girara to 0.3.0. (diff)
emulators/ppsspp: update to 1.6.0
- Vulkan support is always built - Install libretro core by default Changes: http://ppsspp.org/#news Changes: https://github.com/hrydgard/ppsspp/compare/v1.5.4...v1.6.0
Diffstat (limited to 'emulators/ppsspp/files')
-rw-r--r--emulators/ppsspp/files/extra-patch-old-joy11
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/ppsspp/files/extra-patch-old-joy b/emulators/ppsspp/files/extra-patch-old-joy
index e70948bb2861..a540671f3b07 100644
--- a/emulators/ppsspp/files/extra-patch-old-joy
+++ b/emulators/ppsspp/files/extra-patch-old-joy
@@ -464,14 +464,3 @@ https://github.com/hrydgard/ppsspp/commit/ac0052c6af92
+
+ int getDeviceIndex(int instanceId);
};
---- ext/native/base/PCMain.cpp.orig 2017-10-04 19:26:40 UTC
-+++ ext/native/base/PCMain.cpp
-@@ -428,7 +428,7 @@ int main(int argc, char *argv[]) {
- NativeGetAppInfo(&app_name, &app_name_nice, &landscape, &version);
-
- bool joystick_enabled = true;
-- if (SDL_Init(SDL_INIT_VIDEO | SDL_INIT_JOYSTICK | SDL_INIT_GAMECONTROLLER | SDL_INIT_AUDIO) < 0) {
-+ if (SDL_Init(SDL_INIT_VIDEO | SDL_INIT_JOYSTICK | SDL_INIT_AUDIO) < 0) {
- joystick_enabled = false;
- if (SDL_Init(SDL_INIT_VIDEO | SDL_INIT_AUDIO) < 0) {
- fprintf(stderr, "Unable to initialize SDL: %s\n", SDL_GetError());