twinaphex
|
b6b22a9a32
|
More shader refactors - make sure we can compile entirely
without shader support if HAVE_CG, HAVE_GLSL, HAVE_SLANG
and HAVE_HLSL are all not defined
|
2019-07-21 00:34:07 +02:00 |
|
jdgleaver
|
380812f83e
|
Core Options: Add sublabels + localisation support
|
2019-07-11 16:10:43 +01:00 |
|
twinaphex
|
b2bf822f13
|
Add HAVE_AUDIOMIXER switch
|
2019-07-11 11:51:06 +02:00 |
|
jdgleaver
|
0be44e57ad
|
Overhaul default playlist core association
|
2019-06-26 17:42:26 +01:00 |
|
twinaphex
|
127bf556c7
|
Merge audio_driver.c into retroarch.c
|
2019-06-17 12:49:21 +02:00 |
|
twinaphex
|
ea6f818784
|
(file_list) Directly access member variables instead of going through small
functions
|
2019-05-13 04:27:03 +02:00 |
|
twinaphex
|
c729748276
|
Cleanups
|
2019-05-13 03:36:59 +02:00 |
|
Huw Pascoe
|
078cdd269f
|
video_layout menus
|
2019-05-11 09:58:47 +01:00 |
|
Mark W. Kidd
|
8771e5b958
|
use PLAYLISTS_TAB enum instead of COLLECTION_LIST
|
2019-03-22 08:17:31 -04:00 |
|
twinaphex
|
65d5de6674
|
Add 4 additional mixer slots for system sound effects and music
for menu
|
2019-01-17 03:03:46 +01: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 |
|
twinaphex
|
a662b62d19
|
Use runloop_get_libretro_system_info in more places - clean some code up
|
2018-10-30 17:11:07 +01:00 |
|
twinaphex
|
8f2cda7388
|
Cleanup
|
2018-09-25 15:43:40 +02:00 |
|
twinaphex
|
aa89791b60
|
Update
|
2018-09-25 15:40:16 +02:00 |
|
twinaphex
|
839940b4bb
|
Add representation to state slot setting
|
2018-09-25 15:22:25 +02:00 |
|
twinaphex
|
1e10ab1ab6
|
Reimplement string representation for CRT Switch Resolution super
|
2018-09-25 15:18:51 +02:00 |
|
twinaphex
|
384b36ac4c
|
Comment this out for now - initial implementation of dropdown list
for float
|
2018-09-24 14:34:43 +02:00 |
|
twinaphex
|
e0f01fd85e
|
Cleanups
|
2018-09-23 22:16:31 +02:00 |
|
twinaphex
|
962680abb8
|
Add dropdown list for Netplay Latency Frame settings
|
2018-09-23 14:34:51 +02:00 |
|
twinaphex
|
3c02608218
|
Cleanups
|
2018-09-23 12:52:56 +02:00 |
|
twinaphex
|
0c96b51ed4
|
Style nit cleanups
|
2018-09-23 12:49:48 +02:00 |
|
twinaphex
|
51d3ddff6a
|
Add dropdown lists for thumbnails
|
2018-09-23 12:39:01 +02:00 |
|
twinaphex
|
69fbbfb284
|
Add dropdown list for MaterialUI menu color theme
|
2018-09-23 12:34:20 +02:00 |
|
twinaphex
|
67b83d9d5f
|
Add dropdown list for XMB menu color theme
|
2018-09-23 12:19:53 +02:00 |
|
twinaphex
|
1d962e960b
|
Style nits
|
2018-09-23 12:10:33 +02:00 |
|
twinaphex
|
e04d3da985
|
Add new dropdown lists
|
2018-09-23 12:05:21 +02:00 |
|
twinaphex
|
cadb9539b6
|
Add dropdown lists for Netplay share Digital/Analog
|
2018-09-23 11:46:03 +02:00 |
|
twinaphex
|
ba9150f7c0
|
Add dropdown lists for poll type behavior and menu toggle type
|
2018-09-23 11:40:26 +02:00 |
|
twinaphex
|
6c3610decc
|
Move get representation implementation to menu_setting.c
|
2018-09-23 11:34:30 +02:00 |
|
twinaphex
|
242a7eb914
|
Reimplement get_value callback for audio resampler quality - action OK
now triggers a dropdown list
|
2018-09-23 11:25:24 +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
|
cb7d15bc2b
|
Update
|
2018-09-17 01:31:51 +02:00 |
|
twinaphex
|
b5c6586b12
|
Change CRT switch resolution - add options 'Off/15 Khz/31Khz'
|
2018-09-17 01:30:49 +02:00 |
|
twinaphex
|
07fd28b351
|
Change CRT Super Resolution 'OFF' to 'Native'
|
2018-09-16 09:06:55 +02:00 |
|
twinaphex
|
92b6854315
|
CRT SwitchRes - step 3 - https://github.com/libretro/RetroArch/issues/6988
|
2018-09-16 08:57:27 +02:00 |
|
Brad Parker
|
19329fe7c7
|
prevent out of bound array access for unmapped input binds
|
2018-09-15 01:21:10 -04:00 |
|
Alfrix
|
c39ce0e04b
|
Add Automatic theme
It has been in the assets folder a long time by now
|
2018-08-23 16:41:07 -03:00 |
|
Sven
|
977eac2601
|
bugfix: code and state not swapped
|
2018-08-14 13:29:58 -04:00 |
|
Sven
|
1af96360a5
|
reverse code/state display so that users can see at a glance which codes are enabled
|
2018-08-09 08:52:35 -04:00 |
|
Sven
|
2fb5d54130
|
bugfix for very long code values - allow for any length
|
2018-08-04 13:05:05 -04:00 |
|
Sven
|
5f35249216
|
Implement robust cheat searching interface with rumble features
|
2018-07-25 19:19:14 -04:00 |
|
Zoran Vuckovic
|
b487c3cace
|
Add MIDI support
|
2018-06-16 21:17:32 +02:00 |
|
Sergio Padrino Recio
|
35b709768d
|
Fix the way offsets are calculated for keyboard remapping
|
2018-05-13 13:34:36 +02:00 |
|
twinaphex
|
9fbfd503af
|
Add value descriptions for audio mixer streams
|
2018-05-02 20:13:13 +02:00 |
|
twinaphex
|
5aeab54ab7
|
(Audio mixer) Ability to individually set volume per stream
|
2018-04-30 17:51:01 +02:00 |
|
twinaphex
|
265ae728dd
|
(XMB) Add XMB menu layout - ability to switch between PS3 (Console)
and PSP (Handheld) layouts
|
2018-04-24 07:38:53 +02:00 |
|
radius
|
9a355b8f2e
|
remap-redux: try to fix more warnings
|
2018-04-12 14:20:38 -05:00 |
|
radius
|
13a9d11a2c
|
remap-redux: fix potential overrun
|
2018-04-10 21:52:27 -05:00 |
|
radius
|
f662d9f65f
|
remap-redux part2: start adding analog remapping
|
2018-04-08 12:13:49 -05:00 |
|
radius
|
3792a5e502
|
remap-redux part2: cleanup
|
2018-04-08 12:13:49 -05:00 |
|