55622 Commits

Author SHA1 Message Date
twinaphex
0003074cfe (Input HID) Cleanups/buildfixes 2020-07-24 19:11:20 +02:00
twinaphex
1b24c37919 (WiiU) More build fixes 2020-07-24 19:01:35 +02:00
barbudreadmon
70025e4d08
gcm_gfx.c: compatibility with all sdks 2020-07-24 18:39:00 +02:00
jdgleaver
013ec3ebb2 Core Options: Detect 'enable'/'disable' as boolean-type value labels 2020-07-24 17:15:47 +01:00
barbudreadmon
3f7895a668
gcm_gfx.c: compatibility with recent psl1ght sdk 2020-07-24 17:47:28 +02:00
barbudreadmon
6521eb980b
psl1ght_input.c: fix typo 2020-07-24 17:37:07 +02:00
jdgleaver
9a19a7ae31 Core option improvements 2020-07-24 15:31:50 +01:00
twinaphex
d93cf0d9dc Cleanups 2020-07-24 04:44:49 +02:00
twinaphex
2364fdd900 (Wiiu) Cleanups 2020-07-24 04:42:43 +02:00
twinaphex
d2c3a6d71e (Wiiu) Buildfix 2020-07-24 04:40:39 +02:00
Autechre
75a764c668
Merge pull request #11071 from hhromic/reimpl-git-version
(Makefiles) Re-implement Git version handling
2020-07-24 00:21:52 +02:00
Hugo Hromic
4205e73c9a (Makefiles) Re-implement Git version handling
Better (more fine-grained) logic for version_git.o regeneration.
2020-07-23 21:28:22 +01:00
Francisco José García García
49b7a03335 (VITA) Rename frontend_psp_get_mem_used to free 2020-07-23 21:04:49 +02:00
Autechre
a308be6e87
Update CHANGES.md 2020-07-23 18:43:15 +02:00
Autechre
53eee276c7
Merge pull request #11070 from Ryunam/notification-font
Make Notification Font option visible when Graphics Widgets are enabled
2020-07-23 18:42:47 +02:00
Autechre
6f6f9122d3
Update CHANGES.md 2020-07-23 18:40:57 +02:00
Autechre
72c8780714
Merge pull request #11069 from jdgleaver/input-remap-dropdown-lists
Add input remap drop-down lists
2020-07-23 18:40:17 +02:00
Ryunam
ee8317a8e4 Make Notification Font visible when Widgets are enabled 2020-07-23 18:26:42 +02:00
jdgleaver
60407a84e6 Add input remap drop-down lists 2020-07-23 17:20:41 +01:00
twinaphex
ad30ffa085 Cleanups 2020-07-23 18:11:20 +02:00
twinaphex
a01380f847 (WiiU) Buildfixes 2020-07-23 18:01:15 +02:00
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