Commit Graph

49687 Commits

Author SHA1 Message Date
jdgleaver
1c4769d96f Fix 'Playlists' menu title 2019-07-08 15:20:48 +01:00
Twinaphex
12bf049fbb
Merge pull request #9075 from webgeek1234/master
Set minimum api level in build.gradle
2019-07-08 04:07:41 +02:00
twinaphex
0f9abe5b26 (retroarch.c) Cleanups - rename variables using camel case naming,
other general cleanups etc.
2019-07-08 04:06:42 +02:00
Aaron Kling
848adbf2ab android: phoenix: set minimum api level in build.gradle
Gradle does not pass the min api level set in the manifest to
ndk-build
2019-07-07 21:03:29 -05:00
twinaphex
a200d9683c (dinput.c) Cleanups 2019-07-08 02:40:09 +02:00
twinaphex
a33913c984 (retroarch.c) Cleanup 2019-07-08 02:29:52 +02:00
twinaphex
614674f436 Go through function pointer again 2019-07-08 00:28:15 +02:00
Brad Parker
9e4ce6c7e3 cdrom: fix group1 timeout error 2019-07-06 21:54:10 -04:00
Brad Parker
59d8b918a1 cdrom: store group timeouts 2019-07-06 20:16:47 -04:00
Brad Parker
44245cc942 cdrom: windows cue fix 2019-07-06 17:23:10 -04:00
Brad Parker
0b1ee7d00a windows buildfix 2019-07-06 09:58:33 -04:00
twinaphex
3ffc5fc343 (MSVC2017 UWP) Buildfix 2019-07-06 07:29:51 +02:00
twinaphex
538cca8bcd Fix issue in file_stream.c - it would corrupt memory if
maxlen is negative
2019-07-06 06:20:01 +02:00
Brad Parker
46ed5c3fcb vfs: fix circular dependency issues by moving main structs to separate header 2019-07-05 23:45:48 -04:00
twinaphex
a115b6bd84 Implement deferred list for Load CD 2019-07-05 19:55:04 +02:00
Brad Parker
d116784249 cdrom: go back to MSF read command, still having issues with LBA calculation 2019-07-05 11:09:11 -04:00
hizzlekizzle
737d129c61
Merge pull request #9062 from jdgleaver/filter-strict-aliasing
Normal2x/Scanline2x video filters: Fix misaligned address error
2019-07-05 09:00:26 -05:00
Twinaphex
73b3fb49eb
Merge pull request #9064 from jdgleaver/save-state-resume
Add option to remain in menu after saving/loading states
2019-07-05 15:54:07 +02:00
jdgleaver
248432ebcf Add option to remain in menu after saving/loading states 2019-07-05 13:27:16 +01:00
Twinaphex
46c80632f3
Merge pull request #9061 from jdgleaver/rsound-c89-fix
(rsound) C89 build fix
2019-07-05 13:24:26 +02:00
jdgleaver
22e7252823 Normal2x/Scanline2x video filters: Fix misaligned address error 2019-07-05 10:52:56 +01:00
jdgleaver
dbe6429508 (rsound) C89 build fix 2019-07-05 09:51:12 +01:00
Brad Parker
f0d42a125e C89 buildfix 2019-07-04 23:42:00 -04:00
Brad Parker
e8d488ba67 cdrom: fix conflict with libchdr function names 2019-07-04 23:05:28 -04:00
Brad Parker
d0695fc428 cdrom: add LBA offset 2019-07-04 22:42:42 -04:00
Brad Parker
38d49136ce cdrom: add function for reading via LBA numbers 2019-07-04 18:20:05 -04:00
Brad Parker
788b6cd39c remove unimplemented command 2019-07-04 17:50:38 -04:00
Brad Parker
9d163493da cdrom: print sense data on each failure 2019-07-04 17:47:39 -04:00
Brad Parker
0ecac5c8ff http: fix memory leak and potential null pointer argument to strlen 2019-07-04 16:27:51 -04:00
twinaphex
2c7e7ac083 (Android) Buildfix 2019-07-04 22:26:19 +02:00
Brad Parker
7db030f98e cdrom: add command to retrieve/print sense data 2019-07-04 16:15:21 -04:00
twinaphex
3cfa3ff1d8 Cleanups 2019-07-04 22:05:38 +02:00
twinaphex
6c2f65c585 Fix code analysis warnings 2019-07-04 21:54:51 +02:00
Twinaphex
3a56ea4259
Merge pull request #9060 from LazyBumHorse/static_analysis
fix some bugs found through Clang Static Analyzer
2019-07-04 21:44:08 +02:00
LazyBumHorse
f5497a4249 fix some bugs found through Clang Static Analyzer:
- task_content.c, load_content_from_compressed_archive: fix use after free
 - platform_win32/uwp: fix frontend_..._get_powerstate never returning FRONTEND_POWERSTATE_NONE
 - platform_win32/uwp: fix whitespace
 - cheevos.c: fix potential use after free in a loop, just to be save
2019-07-04 21:15:19 +02:00
twinaphex
35c2810d6e (Xbox) Skip warnings 2019-07-04 20:18:33 +02:00
Brad Parker
ef669533c8 cdrom: windows buildfix 2019-07-04 14:04:25 -04:00
twinaphex
3cbb495bd2 Update 2019-07-04 18:42:38 +02:00
Twinaphex
7afa9e3663
Merge pull request #9059 from jdgleaver/playlist-fix
Fix playlist format detection
2019-07-04 18:06:11 +02:00
jdgleaver
678636934d Fix playlist format detection 2019-07-04 16:46:00 +01:00
twinaphex
1f17dea0d8 (configuration.c) Cleanups 2019-07-04 17:29:29 +02:00
twinaphex
3067ce6285 Small cleanup 2019-07-04 17:21:58 +02:00
twinaphex
b342c6c953 Take out Bundle.Mapping.txt 2019-07-04 17:09:11 +02:00
Twinaphex
57168edd80
Merge pull request #9058 from jdgleaver/rgui-strict-aliasing
RGUI: Fix strict aliasing violations + improve rendering performance
2019-07-04 15:21:50 +02:00
twinaphex
13aab06d2d (Android) Should hopefully fix hotkey binds being mappable for
gamepad
2019-07-04 15:20:10 +02:00
jdgleaver
913472ed97 RGUI: Fix strict aliasing violations + improve rendering performance 2019-07-04 14:10:24 +01:00
twinaphex
47b17e8d65 (dinput) Update 2019-07-04 14:05:20 +02:00
twinaphex
ff0ea2921f (dinput) Buildfix 2019-07-04 14:02:43 +02:00
Twinaphex
650c0e7e0a
Merge pull request #9057 from jdgleaver/rgui-alignment
RGUI: Fix ASAN misaligned address runtime error
2019-07-04 13:36:52 +02:00
jdgleaver
fc4b3f4d96 RGUI: Fix ASAN misaligned address runtime error 2019-07-04 11:16:58 +01:00