49713 Commits

Author SHA1 Message Date
Twinaphex
17d72a50e4
Update AndroidManifest.xml 2019-07-09 02:07:36 +02:00
twinaphex
37a6a205e3 Buildfix 2019-07-09 02:03:20 +02:00
Twinaphex
77f9de47a5 (Apple) Fix some unused variable warnings 2019-07-09 02:01:37 +02:00
twinaphex
001e4d9073 Simplify input_state_internal 2019-07-09 01:41:13 +02:00
Twinaphex
0cbfb33be7
Update AndroidManifest.xml 2019-07-09 01:30:21 +02:00
twinaphex
e4a8d2d0b6 bitmask won't be possible for keyboard or analog, so get rid
of it for those switch cases
2019-07-09 00:48:08 +02:00
twinaphex
85b82a8ecf Reimplement input_state_internal 2019-07-09 00:48:08 +02:00
Twinaphex
9b90952b22
Update MainMenuActivity.java 2019-07-09 00:44:55 +02:00
Brad Parker
cd98fa2745 cdrom: fix drive model string corruption 2019-07-08 16:06:35 -04:00
Brad Parker
15d97dbaf3 cdrom: add disc dump option 2019-07-08 16:06:35 -04:00
Brad Parker
2ef16de941 cdrom: add atip check function, show relative and absolute MSF for read command 2019-07-08 16:06:35 -04:00
twinaphex
c4d443b5c5 Move bsv_movie_is_playback_off code outside of input_state_internal 2019-07-08 21:58:31 +02:00
twinaphex
7e6d8eb19a (input_state_internal) Refactor this code 2019-07-08 21:47:24 +02:00
twinaphex
0f9890c38e Move BSV playback code outside of input_state_internal 2019-07-08 21:28:48 +02:00
twinaphex
91babc2160 Rewrite bsv_movie_get_input 2019-07-08 21:05:55 +02:00
twinaphex
bf3b46be77 (BSV) Cleanups 2019-07-08 20:52:55 +02:00
Twinaphex
62c787d195
Merge pull request #9079 from jdgleaver/thread-fix
(task_image) Fix TSAN reported data race condition
2019-07-08 18:32:23 +02:00
twinaphex
b567bc7ead Revert "Remove BSV code - was obsolete and no longer working - input recording"
This reverts commit 7f731e390a8186d574b813734c33cb1d9493b7a7.
2019-07-08 18:21:46 +02:00
twinaphex
7f731e390a Remove BSV code - was obsolete and no longer working - input recording
can be done in other ways instead of being held back by this old input
recording format - was decided along with Themaister that we want to
arrive at a codebase more easily maintained by all
2019-07-08 18:19:49 +02:00
jdgleaver
9093c9feb8 (task_image) Fix TSAN reported data race condition 2019-07-08 17:16:14 +01:00
twinaphex
7e6cb03f6b Revert "Remove RARCH_CTL_IS_DUMMY_CORE"
This reverts commit e032ef6b2e465b6d7f386f7bb4bf4221412c4678.
2019-07-08 17:57:28 +02:00
twinaphex
e032ef6b2e Remove RARCH_CTL_IS_DUMMY_CORE 2019-07-08 17:53:10 +02:00
Twinaphex
2c4eb13a66
Merge pull request #9078 from natinusala/phoenix-gradle-android-studio
phoenix: android studio fixes
2019-07-08 17:31:53 +02:00
natinusala
37de980f4d phoenix: add Android Studio project to .gitignore 2019-07-08 17:25:06 +02:00
natinusala
8fdc0335b6 phoenix: move target and min SDK to gradle, fix missing signing config 2019-07-08 17:24:09 +02:00
Twinaphex
e5e7f138f5
Merge pull request #9076 from jdgleaver/playlists-title-fix
Fix 'Playlists' menu title
2019-07-08 17:04:35 +02:00
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