Commit Graph

844 Commits

Author SHA1 Message Date
twinaphex ff48e9a3f7 Rename 'Configurations' to 'Configuration Files' 2015-06-02 19:06:43 +02:00
twinaphex 0cfeff8e1e Cleanups 2015-06-02 18:28:51 +02:00
twinaphex 559ddcac81 Get rid of unused variables 2015-06-02 17:20:14 +02:00
twinaphex 9a18d49e15 Use setting_set_with_string_representation more 2015-06-02 17:05:04 +02:00
twinaphex 884517caff (settings.c) Cleanup 2015-06-02 17:00:47 +02:00
twinaphex badc080df8 Move HW Shared Context Enable to 'Core Settings' 2015-06-02 15:14:06 +02:00
twinaphex c1d85578a3 Move 'Performance Counters' to 'Logging Settings' 2015-06-02 15:12:39 +02:00
twinaphex 58d2eaf49a Create 'Configuration Settings' 2015-06-02 15:09:52 +02:00
twinaphex 73099cddc2 Create 'Saving Settings' 2015-06-02 14:51:11 +02:00
twinaphex b3fe2d3c0f Move some settings around 2015-06-02 14:48:06 +02:00
twinaphex 72db2e2874 Create 'Logging Settings' 2015-06-02 14:45:09 +02:00
twinaphex 98fbe77bec Add 'Frame Throttle Settings' 2015-06-02 14:39:19 +02:00
twinaphex f372e4a13b (Menu/Settings) Fix some masks 2015-06-02 14:29:14 +02:00
twinaphex 43344a9b7f Create 'Rewind Settings' 2015-06-02 14:26:13 +02:00
twinaphex ad57901131 Move 'Dummy on Core Shutdown' option 2015-06-02 14:19:21 +02:00
twinaphex ca218ee56d Revert "Use setting_set_with_string_representation in reset_setting function"
This reverts commit a639feb96f.
2015-06-02 11:30:11 +02:00
twinaphex a639feb96f Use setting_set_with_string_representation in reset_setting function 2015-06-02 11:24:54 +02:00
twinaphex 8d2aece5b9 Start using setting_set_with_string_representation in menu_entry.c 2015-06-02 10:36:49 +02:00
twinaphex 63934d9ee5 Hide Management unless Advanced Options is enabled 2015-06-02 07:31:14 +02:00
Twinaphex fbbc51f42b Merge pull request #1732 from heuripedes/master
ui changes
2015-05-29 23:09:14 +02:00
Higor Eurípedes c7bc8129f4 (settings.c) Rename some settings 2015-05-29 18:02:21 -03:00
Higor Eurípedes 7ea749cfdf Mark some settings as advanced 2015-05-29 17:35:29 -03:00
twinaphex 95aebb865e Hide Menu Font Color settings for non-advanced settings view 2015-05-29 21:26:12 +02:00
twinaphex 8fb8887c34 Create new playlist format 2015-05-26 00:12:49 +02:00
twinaphex 74e806feaa Rename to 'Load Content (Collection)' 2015-05-22 18:19:01 +02:00
twinaphex 9ddcd4aa87 Start adding Content Core Collection option (stub) 2015-05-21 22:22:37 +02:00
Twinaphex e2cc461428 Prevent unused variable warning 2015-05-21 04:47:24 +02:00
twinaphex c848a159e9 Buildfix 2015-05-21 04:35:05 +02:00
Twinaphex e779c25801 Remove unused variable 2015-05-20 19:13:25 +02:00
twinaphex 2f62cd65e2 Start using video_viewport_get_custom everywhere 2015-05-20 19:12:39 +02:00
twinaphex a0ba714239 Create video_monitor_reset 2015-05-20 03:02:00 +02:00
twinaphex 4afc100924 Move audio_data out of global struct to prevent threading issues 2015-05-19 21:18:07 +02:00
twinaphex e215b2d6ec Rename Path Settings to Directory Settings 2015-05-17 17:09:07 +02:00
twinaphex e3ac6dca16 Remove Content History Path 2015-05-17 17:06:24 +02:00
twinaphex cb486c300d Refactor away menu_list_push_stack_refresh 2015-05-17 15:00:03 +02:00
twinaphex af40db8dba Cleanups 2015-05-12 14:12:18 +02:00
twinaphex 42ee2606a1 Remove menu_entries.c 2015-05-12 13:14:04 +02:00
Twinaphex 014c1b343d Get rid of unused variables 2015-05-11 18:47:08 +02:00
twinaphex a014f2db88 Move framebuffer is dirty and other menu-related state flags
to menu_handle_t
2015-05-11 18:46:06 +02:00
twinaphex cb22a3feb9 Use menu_setting_find 2015-05-08 17:19:43 +02:00
Twinaphex c018c80d5e Merge pull request #1678 from lioncash/cond
settings: Fix a condition typo in setting_is_of_general_type
2015-05-08 15:01:34 +02:00
radius 8c09578f51 make it possible to sort savestates/savefiles without overrides too 2015-05-07 18:06:14 -05:00
Lioncash 0c7046305b settings: Fix a condition typo in setting_is_of_general_type 2015-05-07 18:21:13 -04:00
twinaphex b22598c46c Correct setting_is_of_numeric_type 2015-05-06 04:24:17 +02:00
twinaphex 5e4348ed5d Create setting_is_of_enum_type 2015-05-06 01:38:49 +02:00
twinaphex bfbe4304ba (Settings) Create setting_is_of_numeric_type 2015-05-06 01:34:39 +02:00
twinaphex 104c11f719 Create setting_is_of_general_type 2015-05-06 00:54:50 +02:00
twinaphex 67ca5b60c1 Create setting_is_of_path_type 2015-05-06 00:50:15 +02:00
twinaphex 71f43f8bf0 (Android) Cleanups 2015-04-29 01:50:58 +02:00
twinaphex f6586f7cde Implement Core Settings and implement 'Core Supports No Content Enable' 2015-04-28 03:22:04 +02:00