Commit Graph

56018 Commits

Author SHA1 Message Date
jdgleaver
c2ad859f2f (Qt) Remove duplicate VIDEO_SHADER_REMEMBER_LAST_DIR option 2020-09-03 11:51:53 +01:00
jdgleaver
0be40b0d60 (Qt) Add support for 'Remember Last Used Shader Directory' option 2020-09-03 11:22:24 +01:00
twinaphex
400df12c1e Start using error_enum 2020-09-03 04:10:37 +02:00
twinaphex
ba2b5ab7bc Fix game mode focus 2020-09-03 01:59:14 +02:00
twinaphex
def2b3ad30 Fix build for targets with no HAVE_MENU 2020-09-03 01:57:08 +02:00
Autechre
b7fff53d16
Merge pull request #11272 from jdgleaver/play-feature-delivery-switch
(Android/Play Store Builds) Add option to switch all installed cores to Play Store versions
2020-09-03 01:55:39 +02:00
twinaphex
e09f1d65b5 Cleanups 2020-09-03 00:44:22 +02:00
twinaphex
e2bd3d75bc Cleanup 2020-09-03 00:38:19 +02:00
jdgleaver
bd80f02f11 (Android/Play Store Builds) Add option to switch all installed cores to Play Store versions 2020-09-02 17:13:03 +01:00
twinaphex
ad72cac40d (PSP Input driver) Cleanups 2020-09-02 18:05:04 +02:00
twinaphex
454eff8688 (Emscripten) Cleanup 2020-09-02 17:56:01 +02:00
twinaphex
3f566fd54e Don't implement input_state for input drivers that don't need it 2020-09-02 17:37:01 +02:00
twinaphex
45cb980a3d Check if input_state is implemented first 2020-09-02 17:30:04 +02:00
twinaphex
f30bc03969 Only use input_state_wrap for calls where RETRO_DEVICE_JOYPAD will
be used, don't use it for the specialized input state calls for
other devices
2020-09-02 15:53:26 +02:00
twinaphex
76df818c45 Put this behind HAVE_MFI ifdefs 2020-09-02 15:32:15 +02:00
twinaphex
4cbee42692 Revert "(RWebInput) We're going to assume joypad driver code is not"
This reverts commit 6b63b392ea.
2020-09-02 15:31:32 +02:00
twinaphex
6b63b392ea (RWebInput) We're going to assume joypad driver code is not
needed for RARCH_DEVICE_ANALOG
2020-09-02 15:28:16 +02:00
twinaphex
1c5f4e1dee Start cutting down on input_state - move all joypad driver code up to
higher-level retroarch.c
2020-09-02 15:26:03 +02:00
twinaphex
f10832b0d3 Create input_state_wrap 2020-09-02 14:39:58 +02:00
twinaphex
a72759aba0 (input drivers) Cleanups 2020-09-02 05:26:24 +02:00
twinaphex
826fbf6bdf Cleanups 2020-09-02 05:09:37 +02:00
twinaphex
d0af46d460 Cleanup 2020-09-02 01:29:27 +02:00
twinaphex
55378ae9cc Cleanups 2020-09-02 01:22:34 +02:00
twinaphex
2fde8c21a9 Remove set_rumble function from input driver 2020-09-02 00:38:11 +02:00
twinaphex
17cf1ae58f Dehardcode some strings 2020-09-01 21:51:11 +02:00
twinaphex
acc0f2143f Change input_key_pressed so we no longer need to pass joypad
to the poll function callback
2020-09-01 21:43:39 +02:00
Autechre
acd3b1a327
Merge pull request #11271 from yoshisuga/ios-add-back-flags
[iOS/tvOS] Add back missing preprocessor flags to Xcode Metal project
2020-09-01 21:30:23 +02:00
Yoshi Sugawara
fd95ea6704 [iOS/tvOS] Add back missing preprocessor flags to support screenshots, rewind, patching, rwav 2020-09-01 08:56:19 -10:00
twinaphex
0eeb0b37b1 Hopefully fix iOS build 2020-09-01 20:30:53 +02:00
twinaphex
197f6a7763 Struct reordering, alignment 2020-09-01 19:59:56 +02:00
twinaphex
e810b0251a (GL) Cleanups 2020-09-01 19:54:41 +02:00
Autechre
7dff69808a
Merge pull request #11270 from jdgleaver/buildfix
(dir_init_shader/dir_check_shader) DISABLE_MENU=1 buildfix
2020-09-01 18:35:06 +02:00
jdgleaver
b73c60a8fc (dir_init_shader/dir_check_shader) DISABLE_MENU=1 buildfix 2020-09-01 17:26:29 +01:00
twinaphex
047efd2cd4 Revert "Resync"
This reverts commit f28056364a.
2020-09-01 17:43:22 +02:00
twinaphex
1d67ae3c63 Fix Android error 2020-09-01 17:41:05 +02:00
twinaphex
f28056364a Resync 2020-09-01 17:06:52 +02:00
Autechre
b216ff2029
Update CHANGES.md 2020-09-01 15:53:56 +02:00
Autechre
6b61d26755
Merge pull request #11269 from jdgleaver/shader-hotkeys
Use last selected shader preset directory when changing shaders via previous/next hotkeys
2020-09-01 15:53:29 +02:00
jdgleaver
c5072b6477 Use last selected shader preset directory when changing shaders via previous/next hotkeys 2020-09-01 13:41:10 +01:00
Autechre
2d512cea80
Merge pull request #11268 from farmerbb/play_store_misc_fixes
[Android] Miscellaneous fixes for Play Feature Delivery
2020-09-01 07:43:40 +02:00
twinaphex
0cdb710f80 Cleanups 2020-09-01 07:31:08 +02:00
twinaphex
eb1ab2e429 (Ozone) Cleanups 2020-09-01 07:26:04 +02:00
twinaphex
1e842c9701 Turn this static 2020-09-01 06:31:20 +02:00
twinaphex
77f3e2b2ef (Ozone) Cleanups 2020-09-01 05:14:19 +02:00
twinaphex
0ffb988554 (Ozone) Cleanup 2020-09-01 05:11:28 +02:00
twinaphex
e1f16f1855 (Ozone) remove abstraction layer ozone_draw_text - just call
gfx_display_draw_text directly
2020-09-01 05:06:21 +02:00
twinaphex
0cba3104be Turn array static 2020-09-01 04:15:20 +02:00
twinaphex
320cc443a8 Reorder structs, alignment 2020-09-01 01:28:33 +02:00
twinaphex
cb86be9aef Cleanups 2020-09-01 01:26:32 +02:00
twinaphex
1654d0daf5 Cleanup 2020-09-01 01:22:35 +02:00