Commit Graph

2924 Commits

Author SHA1 Message Date
twinaphex
a8acea98b2 Revert "Move enums to menu_input.c"
This reverts commit 7a5f2228aa.
2015-09-24 14:16:57 +02:00
twinaphex
7982674685 Revert "Remove unused variables"
This reverts commit 8b0a952c59.
2015-09-24 14:16:51 +02:00
twinaphex
6927024320 Revert "Make menu_input_get_ptr a static function"
This reverts commit 65b2b0877f.
2015-09-24 14:16:43 +02:00
twinaphex
a4a4dc3e3f Revert "(GLUI) menu_input - Cut down on some function calls"
This reverts commit 5a8a3dc46c.
2015-09-24 14:16:38 +02:00
twinaphex
bbb28a5406 Revert "Don't redefine retro_input_t"
This reverts commit dd68a2a927.
2015-09-24 14:16:31 +02:00
twinaphex
80efc1339e Revert "Cleanups"
This reverts commit 32bbf71bbb.
2015-09-24 14:16:16 +02:00
twinaphex
32bbf71bbb Cleanups 2015-09-24 13:54:57 +02:00
twinaphex
dd68a2a927 Don't redefine retro_input_t 2015-09-24 13:50:30 +02:00
twinaphex
5a8a3dc46c (GLUI) menu_input - Cut down on some function calls 2015-09-24 13:44:18 +02:00
twinaphex
65b2b0877f Make menu_input_get_ptr a static function 2015-09-24 13:40:58 +02:00
twinaphex
8b0a952c59 Remove unused variables 2015-09-24 13:39:47 +02:00
twinaphex
7bb035a8b9 Fix system information fallthrough 2015-09-24 13:37:25 +02:00
twinaphex
7a5f2228aa Move enums to menu_input.c 2015-09-24 13:25:53 +02:00
twinaphex
3ddbf2d5cc Refactor menu_input.c 2015-09-24 13:22:46 +02:00
radius
4345320c85 add a debug information panel, disabled by default 2015-09-23 20:51:31 -05:00
twinaphex
40c85eaaab Remove ITERATE_TYPE_MESSAGE 2015-09-24 01:14:14 +02:00
twinaphex
3436a85489 (Menu) Remove message_contents 2015-09-24 01:12:25 +02:00
twinaphex
64018e1020 (Menu) Cleanups 2015-09-24 01:08:01 +02:00
twinaphex
c8b83de31c Move ui companion msg_queue_push call to runloop_msg 2015-09-22 22:43:49 +02:00
twinaphex
f87154773d Add msg_queue_push to UI companion driver interface 2015-09-22 22:20:03 +02:00
twinaphex
0730af5919 Change more calls to menu_display_msg_queue_push 2015-09-22 22:14:03 +02:00
twinaphex
056dc5f3e1 Create menu_display_msg_queue_push 2015-09-22 22:10:43 +02:00
twinaphex
1e3202a95e Fix cheatfile loading derp 2015-09-22 18:03:30 +02:00
twinaphex
33291389f2 Fix conditional 2015-09-22 17:39:27 +02:00
twinaphex
e19f82988c Work around C89 string literal length limitations 2015-09-22 14:07:02 +02:00
twinaphex
8e2b04d556 Work around C89 limitations 2015-09-22 13:47:59 +02:00
twinaphex
3db688d477 Create retro_stat.c/retro_stat.h 2015-09-22 01:45:30 +02:00
twinaphex
51d3738a00 Revert "Add type to populate_entries"
This reverts commit 5a7de50bd3.
2015-09-21 21:32:31 +02:00
twinaphex
1fc97df819 Revert "Add action_type to menu_displaylist_push_list"
This reverts commit b7d0f45109.
2015-09-21 21:32:23 +02:00
twinaphex
b7d0f45109 Add action_type to menu_displaylist_push_list 2015-09-21 21:11:37 +02:00
twinaphex
5a7de50bd3 Add type to populate_entries 2015-09-21 20:48:26 +02:00
twinaphex
010d75f700 Database entry now shows serial 2015-09-20 23:58:02 +02:00
twinaphex
2b840c0384 Refactor perf counters 2015-09-20 10:02:59 +02:00
twinaphex
2bde8ab07c Style nit 2015-09-18 07:59:59 +02:00
twinaphex
5107c96009 (menu_cbs_ok.c) Cleanup 2015-09-18 07:59:23 +02:00
twinaphex
436ec54e49 Should fix loading config file 2015-09-18 07:57:54 +02:00
twinaphex
6ddb0e418f You can set audio latency to 16 now 2015-09-17 03:30:21 +02:00
twinaphex
c11b08ed91 (Android) Buildfix 2015-09-16 05:46:03 +02:00
twinaphex
062075dfb5 Attempt to fix configuratons list regression 2015-09-15 22:49:11 +02:00
Twinaphex
6980e5546d Merge pull request #2114 from IlDucci/master
Updating Spanish translation
2015-09-15 04:08:47 +02:00
Twinaphex
c8b041ef7d Simplify core_info_list_get_all_extensions 2015-09-14 23:33:50 +02:00
IlDucci
ca7afc7819 Updating Spanish translation
Small tweaks around.
2015-09-14 13:17:51 +02:00
aliaspider
224dc0d34b use relative path in the include. 2015-09-13 23:13:36 +01:00
aliaspider
3733956fd0 (CTR/3DS) update makefile.ctr
- move per-core build settings to a seperate file.
- make the griffin build optional (enabled by default).
2015-09-13 22:33:35 +01:00
twinaphex
80b3bc6254 Use menu_displaylist_push from one place 2015-09-12 08:05:26 +02:00
Twinaphex
36855efb63 Remove unused variables 2015-09-12 05:30:21 +02:00
Alcaro
889a4f4955 Add UTF-8 support to RGUI. Others still assume ISO-8859-1, they'll have to be fixed one by one before we enable UTF-8 globally. 2015-09-10 23:10:23 +02:00
Jean-André Santoni
cbdb5d77ae (XMB) Fix horizontal menu 2015-09-10 10:35:28 +02:00
Alcaro
8177c9cde1 Add a pseudolocalization - just English with ümläuts/étç everywhere. 2015-09-09 22:49:53 +02:00
Alcaro
c230abc9c7 Fix encoding. 2015-09-09 19:56:23 +02:00