summaryrefslogtreecommitdiff
path: root/emulators/ppsspp/files/extra-patch-old-joy
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/ppsspp/files/extra-patch-old-joy')
-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());