55151 Commits

Author SHA1 Message Date
Autechre
bf542c22d0
Update CHANGES.md 2020-07-23 17:49:17 +02:00
Autechre
a644abcd6a
Merge pull request #11068 from spec-chum/cheatfix
Fix for wrong number of remaining cheat search matches on some machines
2020-07-23 17:48:56 +02:00
Spec-Chum
b7687215a6 Fix for wrong number of remaining cheat search matches on some machines 2020-07-23 11:57:01 +01:00
twinaphex
d384b215f4 Hopefully silences Emscripten warning 2020-07-23 11:32:50 +02:00
twinaphex
eba83390ba Warning fixes 2020-07-23 07:39:08 +02:00
twinaphex
2f6ba7f477 Silence Emscripten warnings and leave TODO/FIXME note 2020-07-23 06:50:08 +02:00
twinaphex
b84f62c440 Silence warning - char buffer was too small for what we wanted to
fit into it
2020-07-23 06:46:05 +02:00
twinaphex
fa6d5333f7 More silencing of warnings 2020-07-23 06:39:21 +02:00
twinaphex
98516280ad (s16_to_float) Silence aggressive-loop-optimization undefined
behavior because of potential signed integer overflow
2020-07-23 06:35:30 +02:00
twinaphex
06eeea3931 We do use it, but only for HAVE_NETWORKING builds 2020-07-23 06:03:13 +02:00
twinaphex
efbb6aa81d stub this out for now until we actually start using this 2020-07-23 05:58:07 +02:00
twinaphex
a3242daa5d Silence more warnings 2020-07-23 05:51:04 +02:00
twinaphex
8777a6eb6a (WiiU) Buildfix 2020-07-23 05:42:51 +02:00
twinaphex
4f39c60bc0 (Switch) Silence some more warnings 2020-07-23 05:29:42 +02:00
twinaphex
128a65cc4c Prevent more warnings 2020-07-23 05:24:33 +02:00
twinaphex
d72b118a2d Make char array big enough 2020-07-23 05:21:32 +02:00
twinaphex
73e63d369c Fix more array subscript has type char warnings 2020-07-23 05:20:23 +02:00
twinaphex
270a22ce0b core_info_hw_api_supported - silence warning array subscript has type
'char'
2020-07-23 05:18:15 +02:00
twinaphex
b929553231 - Silence 'variable might be used uninitialized' warning
- PS2 - Add TODO/FIXME note
2020-07-23 05:02:52 +02:00
twinaphex
968ec1f4b1 (Android) Silence warning 2020-07-23 03:59:37 +02:00
twinaphex
6922a36ea1 (CocoaGL) Another buildfix 2020-07-22 22:25:28 +02:00
twinaphex
b78591d9b6 Buildfix 2020-07-22 22:18:18 +02:00
Autechre
b521268748
Update CHANGES.md 2020-07-22 20:46:05 +02:00
Autechre
8de7d6660f
Update CHANGES.md 2020-07-22 19:58:43 +02:00
Autechre
1297d0d019
Update CHANGES.md 2020-07-22 19:57:51 +02:00
Autechre
95221945bb
Merge pull request #11065 from yoshisuga/yoshisuga/ios-metal-dpi
[iOS][tvOS][Metal] Support getting video metrics to support proper touchscreen interactions
2020-07-22 07:09:24 +02:00
twinaphex
12a4fa0809 Buildfix 2020-07-22 00:46:16 +02:00
twinaphex
ca2a59e03d (Cocoa GL) Global variable cleanups 2020-07-22 00:44:45 +02:00
Yoshi Sugawara
c462aaf374 iOS Metal: implement the metric method for the graphics context to support getting the dpi - this is needed to make the touch interactions with the menus work. Update the metal and opengl graphics context to support a lower dpi for larger screen iPhones to make better use of the screen 2020-07-21 11:33:37 -10:00
Autechre
6c7143d02d
Merge pull request #10981 from yoshisuga/yoshisuga/ios-metal
iOS/tvOS Metal Renderer
2020-07-21 20:41:07 +02:00
Autechre
c3ee17c842
Merge pull request #11064 from guoyunhe/crowdin-20200721
Fetch translations from Crowdin
2020-07-21 18:26:42 +02:00
Autechre
e436852a5b
Merge pull request #11063 from jdgleaver/quit-on-error
Fix 'content launched from command line' detection
2020-07-21 18:25:48 +02:00
Autechre
e330209c99
Merge pull request #11062 from hhromic/fix-version-git
(Makefiles) Fix incorrect check in Git version checking
2020-07-21 18:25:23 +02:00
Guo Yunhe
9964c2a488 Fetch translations from Crowdin 2020-07-21 17:56:31 +03:00
jdgleaver
83f9817041 Fix 'content launched from command line' detection 2020-07-21 14:26:40 +01:00
Hugo Hromic
10ab4b9118 (Makefiles) Fix incorrect check in Git version checking 2020-07-21 13:52:28 +01:00
Autechre
cdc7327e47
Merge pull request #11061 from fjtrujy/PS2PRI_SIZET
Fix issue with the PS2 and PRI_SIZET
2020-07-21 12:59:09 +02:00
Francisco Javier Trujillo Mata
8334be07bf Fix issue with the PS2 and PRI_SIZET 2020-07-21 10:17:16 +02:00
Yoshi Sugawara
0b0f55f043 remove commented out code, simplify ifdef for macOS 2020-07-20 16:51:55 -10:00
Yoshi Sugawara
2187cf67c9 Support the ApplePlatform delegate for all iOS builds (the OpenGL one) so that the view initialization happens in the same way; remove the companion UI for iOS; four finger swipe down now shows RA menu on iOS 2020-07-20 15:38:24 -10:00
Yoshi Sugawara
271ac7f925 support the OpenGL driver in the metal build by delegating the view initialization to the ApplePlatform delegate (metal build only for now) 2020-07-20 14:00:28 -10:00
twinaphex
41b9b8d650 (uwp_input.c) Refactor code 2020-07-20 23:22:07 +02:00
twinaphex
caa1145b35 (joypad drivers) xdk_joypad.c - cleanup(joypad drivers) xdk_joypad.c -
cleanup(joypad drivers) xdk_joypad.c - cleanup(joypad drivers)
xdk_joypad.c - cleanup(joypad drivers) xdk_joypad.c - cleanup(joypad
drivers) xdk_joypad.c - cleanup(joypad drivers) xdk_joypad.c -
cleanup(joypad drivers) xdk_joypad.c - cleanup(joypad drivers)
xdk_joypad.c - cleanup
2020-07-20 23:15:19 +02:00
Autechre
2681991c29
Merge pull request #11056 from Tatsuya79/master
Make Blargg_snes filter customizable.
2020-07-20 23:10:50 +02:00
Autechre
b152bfc808
Merge pull request #11057 from fjtrujy/fps_limiter
[PS2] Improve FPS Limiter
2020-07-20 23:10:24 +02:00
Francisco Javier Trujillo Mata
86c43d65fa Add FPSLimiter functionality 2020-07-20 22:58:31 +02:00
Tatsuya79
3bdf636e52 Make Blargg_snes filter customizable. 2020-07-20 22:57:07 +02:00
Autechre
77c59dea70
Merge pull request #11055 from jacobpa/master
Fix initialization of pattern and strengths arrays
2020-07-20 22:56:29 +02:00
Autechre
c3dfae5ba6
Merge pull request #11054 from fjtrujy/fixPS2Joypad
Fix ps2_joypad compilation after refactor of the main driver
2020-07-20 22:55:03 +02:00
Francisco Javier Trujillo Mata
67e0a49941 Fix ps2_joypad compilation after refactor of the main driver 2020-07-20 22:51:00 +02:00