twinaphex
|
955a149ce9
|
Use config_file_read where we can assume we are reading a file
|
2019-04-22 01:56:24 +02:00 |
|
Brad Parker
|
e7dbac7eb0
|
prevent null derefs found by scan-build
|
2019-04-18 11:46:53 -04:00 |
|
Mark W. Kidd
|
8771e5b958
|
use PLAYLISTS_TAB enum instead of COLLECTION_LIST
|
2019-03-22 08:17:31 -04:00 |
|
orbea
|
28ff4b391a
|
Clean up white space.
|
2019-02-03 16:00:50 -08:00 |
|
jdgleaver
|
99fa2b54eb
|
(RGUI) Overhaul custom theme interface + add wallpaper support
|
2019-01-29 17:20:46 +00:00 |
|
Brad Parker
|
90db5e7e27
|
Implement in-menu sound effects
|
2019-01-27 11:22:16 -05:00 |
|
orbea
|
bfc366decc
|
Squeeze extra blank lines with cat(1).
Example:
find . -type f -iname '*.c' | while read -r i; do
cat -s "$i" > "$i.new"
mv "$i.new" "$i"
done
|
2019-01-08 11:04:58 -08:00 |
|
M4xw
|
8764d7be28
|
[LIBNX] Implement Over-/Downclocking and minor fixes
|
2018-11-29 18:42:44 +01:00 |
|
twinaphex
|
7730828560
|
Start implementing dropdown list for resolution - Win32 right now at first - now need to make OK button do something
|
2018-11-24 10:31:41 +01:00 |
|
twinaphex
|
c2fc821fad
|
Audio Output Rate should use special dropdown list callbacks
|
2018-11-05 20:46:56 +01:00 |
|
twinaphex
|
a662b62d19
|
Use runloop_get_libretro_system_info in more places - clean some code up
|
2018-10-30 17:11:07 +01:00 |
|
radius
|
8c9e6a7c4e
|
fix these two
|
2018-10-13 16:31:58 -05:00 |
|
natinusala
|
8250007b8e
|
Added Lakka Switch menu entries
|
2018-10-06 15:44:37 +02:00 |
|
twinaphex
|
bb0059c721
|
Add Twitch list/Youtube list
|
2018-09-26 23:00:20 +02:00 |
|
radius
|
bcb960d248
|
record] start adding menu entries
|
2018-09-23 19:09:28 -05:00 |
|
twinaphex
|
b3ba9acc25
|
Cleanup
|
2018-09-23 12:58:53 +02:00 |
|
twinaphex
|
f00f73c5ed
|
Add 'dropdown list' when pressing the OK/Confirm button on Video -> Aspect Ratio
|
2018-09-23 10:59:49 +02:00 |
|
twinaphex
|
004a2e335f
|
(CRT SwitchRes) Step 1- https://github.com/libretro/RetroArch/issues/6988
|
2018-09-16 08:06:06 +02:00 |
|
Sven
|
5f35249216
|
Implement robust cheat searching interface with rumble features
|
2018-07-25 19:19:14 -04:00 |
|
twinaphex
|
30f97ebe52
|
Add this
|
2018-07-01 22:22:17 +02:00 |
|
twinaphex
|
d27b6265a0
|
Add more HAVE_MPV ifdefs
|
2018-06-20 04:50:58 +02:00 |
|
twinaphex
|
c1f16e156e
|
Add Power Management submenu
|
2018-06-19 06:23:38 +02:00 |
|
Zoran Vuckovic
|
b487c3cace
|
Add MIDI support
|
2018-06-16 21:17:32 +02:00 |
|
twinaphex
|
7b1d61da3d
|
(QuickMenu) Added Configuration Override submenu
|
2018-05-03 00:04:19 +02:00 |
|
twinaphex
|
965859ddcb
|
Start adding mixer controls - ability to stop and remove loaded tracks
|
2018-04-30 14:34:25 +02:00 |
|
Ryunam
|
2cf76a192f
|
Add Latency list under Settings and move relevant functions
|
2018-04-16 23:21:14 +02:00 |
|
twinaphex
|
6c99acb23e
|
Revert "Pass around void pointer data - menu handle"
This reverts commit b4a2bd5156 .
|
2018-04-11 06:11:54 +02:00 |
|
twinaphex
|
fdffb7059d
|
Revert "Less pointer grabbbing - reduce usage of RARCH_MENU_CTL_DRIVER_DATA_GET"
This reverts commit fbf03df8be .
|
2018-04-11 06:11:45 +02:00 |
|
twinaphex
|
fbf03df8be
|
Less pointer grabbbing - reduce usage of RARCH_MENU_CTL_DRIVER_DATA_GET
|
2018-04-10 19:57:33 +02:00 |
|
twinaphex
|
b4a2bd5156
|
Pass around void pointer data - menu handle
|
2018-04-10 19:32:50 +02:00 |
|
twinaphex
|
f071e8b440
|
Solve more Clang static analysis warnings
|
2018-04-09 16:42:12 +02:00 |
|
twinaphex
|
9dc597cf6c
|
Undo all menu hash related changes - was causing more harm
than good - apologies to radius since we now have to recode
his shader changes PR
|
2018-02-09 01:51:37 +01:00 |
|
twinaphex
|
aa0f553a25
|
Remove label_hash some more
|
2018-02-07 22:52:45 +01:00 |
|
twinaphex
|
2cfe34ce3f
|
Get rid of another label
|
2018-02-07 22:22:04 +01:00 |
|
twinaphex
|
63b0084d3b
|
Try to fix build for platforms where HAVE_LIBRETRODB is not defined
|
2018-02-07 19:36:59 +01:00 |
|
twinaphex
|
2a4bbe301a
|
Add hack
|
2018-02-07 16:19:12 +01:00 |
|
twinaphex
|
755d1ee17b
|
Remove more hashes
|
2018-02-07 05:22:28 +01:00 |
|
twinaphex
|
a42b400ee9
|
Get rid of more hashes
|
2018-02-07 05:05:03 +01:00 |
|
twinaphex
|
b90e0750c3
|
Update
|
2018-02-07 05:01:02 +01:00 |
|
twinaphex
|
17dc8e9fb2
|
Remove more hashes
|
2018-02-07 04:44:36 +01:00 |
|
twinaphex
|
1d05861969
|
Get rid of more hashes
|
2018-02-07 04:40:18 +01:00 |
|
twinaphex
|
f30f597499
|
Get rid of more hashes
|
2018-02-06 22:04:17 +01:00 |
|
twinaphex
|
5202afb173
|
Get rid of more hashes
|
2018-02-06 21:55:49 +01:00 |
|
twinaphex
|
e6bf322737
|
Remove hashes
|
2018-02-06 21:38:25 +01:00 |
|
twinaphex
|
83aa0842ca
|
Remove another hash
|
2018-02-06 17:21:19 +01:00 |
|
twinaphex
|
5d0c4a0237
|
Get rid of more hashes
|
2018-02-06 14:45:04 +01:00 |
|
twinaphex
|
84e253becc
|
Remove more hashes
|
2018-02-06 14:25:25 +01:00 |
|
twinaphex
|
962e1f710e
|
Updates
|
2018-02-06 13:56:49 +01:00 |
|
twinaphex
|
409c541494
|
Cleanups
|
2018-02-06 13:52:23 +01:00 |
|
twinaphex
|
833285cfbf
|
Fix Playlist settings
|
2018-02-06 02:22:49 +01:00 |
|