2791 Commits

Author SHA1 Message Date
twinaphex
4990bebd8a Turn macro names into all-caps 2020-06-07 02:41:48 +02:00
jdgleaver
445921ac5d Core info search optimisations + improved core selection logic + clean-ups 2020-06-06 13:59:28 +01:00
twinaphex
b8f5f22a87 Cleanups 2020-06-05 18:17:31 +02:00
jdgleaver
0a33e562f4 Add option to backup/restore installed cores 2020-06-04 12:20:58 +01:00
Guo Yunhe
2c635e9e1b Avoid duplicate keys 2020-06-02 11:15:12 +03:00
twinaphex
40a4b395d7 Localize string 2020-05-29 10:50:08 +02:00
twinaphex
8ddacead9f Cleanups 2020-05-29 10:37:01 +02:00
twinaphex
93ae674624 Cleanups 2020-05-29 10:33:07 +02:00
twinaphex
aa753eb492 Localize more strings 2020-05-29 02:52:56 +02:00
Autechre
b9ada7bb28
Merge pull request #10726 from jdgleaver/core-updater-2
More core updater improvements
2020-05-28 23:21:09 +02:00
twinaphex
2293abd424 Fix DISABLE_NETWORKING 2020-05-28 23:19:34 +02:00
twinaphex
aa2e9b9a00 Buildfixes 2020-05-28 23:15:28 +02:00
jdgleaver
044bd03a13 More core updater improvements 2020-05-28 17:48:18 +01:00
jdgleaver
9f4a9e9cd6 Core updater improvements 2020-05-27 17:02:43 +01:00
twinaphex
02bc3ee1e8 Buildfixes/cleanups 2020-05-26 21:34:05 +02:00
Autechre
1fd777106d
Merge pull request #10707 from jdgleaver/date-separator
Enable configuration of date seperator in clock and runtime 'last played' displays
2020-05-25 18:22:01 +02:00
jdgleaver
18912ac23d Enable configuration of date seperator in clock and runtime 'last played' displays 2020-05-25 15:46:53 +01:00
jdgleaver
230198fe4a (Ozone) Add option to sort playlists after name truncation 2020-05-25 11:32:17 +01:00
twinaphex
8c7e785661 Convert more strstrs 2020-05-23 02:46:58 +02:00
twinaphex
44a254264b Replace more strstrs 2020-05-23 02:29:13 +02:00
twinaphex
9fe01ff0c8 Replace strstr with string_ends_with 2020-05-23 00:41:14 +02:00
twinaphex
eaba575c9e Replace strstrs where possible 2020-05-22 21:11:35 +02:00
twinaphex
31674f9246 Use string_ends_with and string_starts_with 2020-05-22 20:57:48 +02:00
twinaphex
6dc758a080 Move cheevos-new to cheevos/ 2020-05-21 23:23:01 +02:00
twinaphex
6173d11b62 Silence unused function warning 2020-05-20 23:35:32 +02:00
twinaphex
03ea12d334 Move discord files to network/ 2020-05-20 15:27:27 +02:00
jdgleaver
0bbd5b7a45 (Input Remapping) Fix 'reset to default' action for analog sticks and undefined core inputs 2020-05-20 11:48:09 +01:00
jdgleaver
73b9b5b270 Remove last remaining menu hash 2020-05-19 17:29:12 +01:00
jdgleaver
5e904c4dc3 (Input Mapping/Remapping) Restore broken 'reset to default' functionality 2020-05-19 11:35:57 +01:00
meleu
69949187f6 add cheevos_start_active option 2020-05-15 14:49:47 -03:00
jdgleaver
eff8c31ffd (XMB/GLUI) Limit tab switch rate when input repeat is active 2020-05-14 11:24:32 +01:00
twinaphex
6a4a522244 Cut down on some code duplication and turn
retroarch_validate_game_options static
2020-05-11 17:19:55 +02:00
twinaphex
39dbfd1db4 Remove unused menu_content.h 2020-05-11 02:32:45 +02:00
twinaphex
1e9b94ded4 Get rid of hash 2020-05-10 05:05:43 +02:00
jdgleaver
3f2ba2e791 Add option to mute audio when fast-forwarding 2020-05-01 12:19:31 +01:00
jdgleaver
fa9290cf1e Add optional playlist compression 2020-04-21 16:44:26 +01:00
jdgleaver
0d1fd657ab Add optional save (SRAM) file compression 2020-04-20 12:48:40 +01:00
jdgleaver
233456df47 Add optional save state compression 2020-04-15 15:48:41 +01:00
jdgleaver
223cae66c1 (Playlist Management) Add optional per-playlist alphabetical sorting 2020-04-10 17:07:49 +01:00
jdgleaver
ad8a1174f7 Improve handling of 'broken' playlists 2020-04-07 12:00:16 +01:00
valadaa48
6e4228b054 Add drm_go2_ctx for odroidgo2
- Revert odroidgo changes to drm_ctx
- Introduce new drm_go2_ctx specifically for odroidgo2 (and libgo2)
- Add hw_scaling option to mitigate builtin gl scaling/filtering and to
use libgo2 and rga's hw scaling and bicubic filtering via librga. The
quality of the image is improved by this and should be a bit faster.

Credits to CrashOverride for the initial libgo2 port and
commit to RA. And to natinusala for the initial cleanup/commit in the original
drm_ctx driver. NOirBRight for finding this setting and testing.
2020-03-28 03:30:28 +00:00
twinaphex
4fd3cac319 (Menu) remove ident 2020-03-28 01:59:15 +01:00
twinaphex
79dc998a7b Get rid of the remaining hashes 2020-03-27 19:05:54 +01:00
twinaphex
75a33b3662 (Menu cbs OK) Get rid of label hashes 2020-03-27 18:35:10 +01:00
twinaphex
49e584c6f6 (Deferred push) Remove hashes 2020-03-27 18:00:26 +01:00
twinaphex
d30d2abe10 Fix title regression with playlist entries 2020-03-27 16:41:10 +01:00
jdgleaver
05744bb69f (runtime_file) Remove settings pointer dependency 2020-03-27 11:12:32 +00:00
twinaphex
97ee822f35 Fix some titles 2020-03-26 17:47:31 +01:00
twinaphex
4646da6df8 Get rid of label hashes in menu_cbs_title.c 2020-03-26 17:36:05 +01:00
twinaphex
6f6a4e59df (Title) Cleanup more hashes 2020-03-26 17:22:36 +01:00