twinaphex
3670ef2ac5
Go through driver_get_ptr to grab pointer to driver struct
2015-03-18 19:40:00 +01:00
twinaphex
7378299282
Create rarch_main_get_ptr
2015-03-18 06:47:22 +01:00
twinaphex
569ab60e43
Use g_settings.menu.mouse.enable directly
2015-03-17 04:01:58 +01:00
twinaphex
4f25b67baa
Rename 'content_directory' to 'core_assets_directory' so it's more
...
understandable. NOTE: Nobody ever used GET_CONTENT_DIRECTORY so it's
permissible to change it since nobody will be affected by the change
to GET_CORE_ASSETS_DIRECTORY
2015-03-16 02:59:30 +01:00
Higor Eurípedes
928f16c0f9
(settings) Fix menu_entry_normal_color declaration
2015-03-15 13:07:23 -03:00
twinaphex
00239a30d6
Create wrapper functions for passing a message to the runloop's
...
message queue
2015-03-15 02:47:23 +01:00
Higor Eurípedes
6f7fa1ab91
(RGUI, GLUI) Use custom title_color
2015-03-14 19:44:27 -03:00
Higor Eurípedes
fec88a5cb4
(Menu) Add font color settings
2015-03-14 19:22:06 -03:00
twinaphex
4c9e2dbd40
Take out 'State Slot' option in General Settings - couldn't be changed
...
anyway
2015-03-13 05:27:08 +01:00
twinaphex
20fde53b3b
(NGC) Silence warnings
2015-03-11 04:22:40 +01:00
twinaphex
14aff4031b
g_settings.menu.throttle is no longer used and is enabled by
...
default
2015-03-09 19:20:15 +01:00
twinaphex
9b442f9711
Start implementing wraparound for changing drivers
2015-03-09 14:32:58 +01:00
twinaphex
eb63e78cf6
Update action toggle handler
2015-03-09 04:18:47 +01:00
twinaphex
beb68d559d
(Menu) Certain labels need to have video state be updated if they
...
update in real-time, like the estimated monitor FPS label
2015-03-08 17:09:45 +01:00
twinaphex
9627117166
Take out fps_monitor_enable
2015-03-07 23:03:56 +01:00
twinaphex
e39d5188a3
Move g_extern.measure_data to g_runloop.measure_data
2015-03-07 13:38:21 +01:00
Twinaphex
024d9d19a6
Merge pull request #1470 from vanfanel/master
...
Added sunxi G2D graphics driver
2015-03-06 22:15:43 +01:00
vanfanel
9831f8f1d0
Added sunxi graphics backend. No additional libs or blobs required.
2016-01-10 11:04:32 +00:00
twinaphex
9eb2c8725f
Move Swap Netplay Input to Netplay Settings
2015-03-06 18:35:14 +01:00
twinaphex
cb13d62d46
Add flag 'advanced' to some settings
2015-03-06 17:57:48 +01:00
Higor Eurípedes
5d1b6b4202
(menu) Add ADVANCED flags to some settings
2015-03-06 13:09:48 -03:00
twinaphex
cfa531ab83
Hide Patch Settings for now
2015-03-06 16:26:04 +01:00
twinaphex
fa4464586e
Use Shader Options from now on
2015-03-04 20:22:07 +01:00
twinaphex
b6e4266a3d
Enable collapse_subgroups_enable by default
2015-02-26 03:12:35 +01:00
twinaphex
cc0f583466
(settings_data.c) Get rid of some whitespace
2015-02-24 22:05:00 +01:00
twinaphex
be5f3254ba
Start implementing video softfilters - move it to Video Options
2015-02-15 18:26:59 +01:00
twinaphex
d024f0d782
Move settings around and create new subgroups under General Settings
2015-02-15 17:48:38 +01:00
twinaphex
20fbecebe7
Shader directory path was no longer accessible
2015-02-15 05:53:15 +01:00
twinaphex
20b87ad3d5
Reimplement get_string_representation for ST_ACTION
2015-02-15 04:49:57 +01:00
twinaphex
df35e9fb75
Refactor menu_navigation.c
2015-02-14 00:47:42 +01:00
twinaphex
7df7201b31
Go through menu_driver_resolve
2015-02-13 23:41:34 +01:00
twinaphex
31b272f25a
Don't pass menu_handle_t * state around
2015-02-13 20:19:20 +01:00
twinaphex
d489984486
Rename some settings
2015-02-13 04:46:34 +01:00
twinaphex
650ce81d74
Move Database Manager/Cursor Manager to 'Management'
2015-02-13 03:20:25 +01:00
twinaphex
d8294c8dc0
Move Options to new category
2015-02-13 02:59:13 +01:00
twinaphex
41f1ffe0bb
Have a clear distinction between 'settings' and 'options'
2015-02-12 19:52:57 +01:00
Jean-André Santoni
2ae66e05e5
(XMB) Add a setting to display or hide the core name and core version
2015-02-12 19:18:27 +01:00
Alcaro
28e2ca74e7
Double semicolons aren't useful.
2015-02-10 22:29:26 +01:00
twinaphex
e0184f0877
We don't want to allow the user to disable fonts and lock himself
...
out of seeing a GUI - gets rid of hack in gl.c
2015-02-09 19:11:53 +01:00
Lioncash
304f0e0492
settings_data: Fix potential null pointer dereference
2015-02-09 11:03:16 -05:00
Jean-André Santoni
47c0dabc40
(XMB) Fix display issue in settings
2015-02-03 04:24:34 +01:00
twinaphex
4c48fae242
Move Throttle Message speed setting around
2015-02-03 03:42:41 +01:00
Toad King
002fba476d
add menu throttle for 120+Hz displays
2015-02-02 20:25:29 -06:00
twinaphex
50a9b8478d
Add buildbot_assets_url
2015-02-01 17:13:15 +01:00
twinaphex
e3066d43c9
Rename core_manager to core_updater
2015-02-01 15:57:25 +01:00
twinaphex
cc1657490c
settings_data.c - cleanup headers
2015-02-01 13:46:34 +01:00
twinaphex
19f4cbe85c
Cleanups
2015-02-01 13:39:07 +01:00
twinaphex
fbd9d72496
Another one
2015-02-01 13:17:38 +01:00
twinaphex
c26da6f5dd
Another cleanup
2015-02-01 13:17:19 +01:00
twinaphex
898927c44b
Cleanups
2015-02-01 13:16:52 +01:00