Commit Graph

12543 Commits

Author SHA1 Message Date
twinaphex
6a825fbd7a (PS3) ps3_input.c - Get rid of unneeded else 2014-09-03 17:59:55 +02:00
twinaphex
ba8f817587 (Frontend) Go through rarch_main_command 2014-09-03 17:01:06 +02:00
twinaphex
5a5d58d8e8 Refactor more direct manipulation of g_extern.lifecycle_state 2014-09-03 16:58:20 +02:00
twinaphex
74ddc9c3b7 Go through rarch_main_command instead of directly manipulating
g_extern.lifecycle_state
2014-09-03 16:55:56 +02:00
twinaphex
18b6ca3bf3 (Menu) Split off menu code into functions 2014-09-03 16:42:16 +02:00
twinaphex
4c38a3f1cb (Menu) Refactor code to cut down on code duplication 2014-09-03 16:32:02 +02:00
twinaphex
4252c3af18 (Menu) Refactor menu_update_system_info 2014-09-03 15:09:06 +02:00
twinaphex
c92269dedf Move core_info/core_info_current to global 2014-09-03 14:57:29 +02:00
twinaphex
55aa477232 Move rarch_defer_core to retroarch.c 2014-09-03 06:23:44 +02:00
twinaphex
8fdf7299f6 (gfx/scaler) Get rid of some unnecessary ifs 2014-09-03 06:18:19 +02:00
twinaphex
46b6b112b8 Cleanups - C-style comments, 80-char limit 2014-09-03 06:14:13 +02:00
twinaphex
5574e00ae3 (Menu/General) Refactor rarch_defer_core 2014-09-03 05:59:16 +02:00
twinaphex
2eb350e6a2 (menu_input_line_cb.c) 80-char limit cleanups 2014-09-03 05:10:34 +02:00
twinaphex
b57aca6f08 (Menu) Cleanups 2014-09-03 05:03:05 +02:00
twinaphex
584c276312 (Menu) Get rid of some unnecessary HAVE_OVERLAY ifdefs 2014-09-03 03:54:12 +02:00
twinaphex
948b031f52 (Menu) Don't spam log 2014-09-03 03:35:24 +02:00
twinaphex
b1fe41f087 (Menu) Get rid of hardcoded enums for video/audio softplugs 2014-09-03 03:34:14 +02:00
twinaphex
b68b4f13e6 (Menu) Get rid of OPEN_HISTORY enum 2014-09-03 03:16:40 +02:00
Twinaphex
7e9f8c9f2c Merge pull request #927 from heuripedes/keymaps
X11 and SDL Key map improvements
2014-09-03 03:10:09 +02:00
twinaphex
98c5e73d81 (Menu) Rewrite menu_action_ok shader options 2014-09-03 03:04:06 +02:00
Higor Eurípedes
61628a1740 (SDL) Add support to key binding 2014-09-02 21:36:37 -03:00
Higor Eurípedes
a7190a8da5 Reorder and add missing X11 and SDL key syms
SDL1 and SDL2 key syms have been merged.
2014-09-02 21:36:37 -03:00
twinaphex
94d765c409 (Menu) Set video_shader_pass label properly 2014-09-03 02:22:32 +02:00
twinaphex
865f812644 (Menu) Refactor more code in menu_action_ok to not be dependent
on menu setting IDs
2014-09-03 02:05:52 +02:00
twinaphex
71deb904d4 (Menu) Create shared.h that is used for rgui/rmenu/rmenu XUI - removes
duplicate code
2014-09-03 01:51:29 +02:00
twinaphex
6bc7e3452e (Menu) Refactor menu_action_ok for ST_DIR settings 2014-09-03 01:33:28 +02:00
twinaphex
aa21cfda0e (Menu) Get rid of more hardcoded enums 2014-09-03 01:14:29 +02:00
twinaphex
223e062b66 (Menu) Correctly propagate label for ST_PATH settings 2014-09-03 00:49:30 +02:00
twinaphex
bc1358a021 Refactor load_menu_content_history 2014-09-03 00:14:02 +02:00
twinaphex
bc611b8cc1 (Menu) Add MENU_FILE_PLAYLIST_ENTRY 2014-09-02 23:42:40 +02:00
Twinaphex
1566822396 Merge pull request #926 from mprobinson/valgrind-support-renamed
Add --enable-preserve_dylib configure option
2014-09-02 22:18:24 +02:00
Mike Robinson
193801b35e Add --enable-preserve_dylib configure option
Valgrind requires shared objects to be kept open for meaningful
debug information. Add configure option to disable dlclose() in
dylib_close() for Valgrind support.
2014-09-02 21:12:24 +01:00
twinaphex
09d240330f Move 7zip to deps/ 2014-09-02 21:45:14 +02:00
twinaphex
233aeaab64 (7zip) Get rid of unused CPU_Is_Aes_Supported 2014-09-02 21:35:49 +02:00
twinaphex
442b4a7c7e (Android) Compile in 7zip support 2014-09-02 21:26:31 +02:00
twinaphex
5cb289a390 Modify CpuArch.c so that it can compile on Android - just
default to False for IsInOrderCPU
2014-09-02 21:24:28 +02:00
twinaphex
2d08fbb875 (performance.c) Add RETRO_SIMD_AES 2014-09-02 20:50:43 +02:00
twinaphex
6a5f614215 (7z) Change function signature of 7zip_read_file function 2014-09-02 20:45:57 +02:00
Twinaphex
4d5e27e565 (iOS) Add HAVE_7ZIP support 2014-09-02 20:28:32 +02:00
twinaphex
600e0524b0 (7z) Prevent redefinitions of macros for Griffin builds 2014-09-02 20:13:59 +02:00
Twinaphex
4942d268e7 (OSX) Bake in 7zip support - some compatibility/build fixes
for OSX
2014-09-02 20:09:14 +02:00
twinaphex
5422d761a5 (Griffin) Add 7z sources 2014-09-02 19:41:43 +02:00
twinaphex
98b0c8d6a8 (config_file.c) Cleanups 2014-09-02 19:20:03 +02:00
Twinaphex
e544ea2537 Merge pull request #923 from timostrunk/compressed_file_support
Compressed file support
2014-09-02 18:44:04 +02:00
Timo Strunk
3440622102 Added and tested decompression also in win build 2014-09-02 17:55:45 +02:00
Twinaphex
e57abc1c14 Merge pull request #922 from heuripedes/master
(D3D) Reset d3d_quit during context initialization
2014-09-02 17:49:55 +02:00
Higor Eurípedes
014fdd3292 (D3D) Reset d3d_quit during context initialization 2014-09-02 12:44:23 -03:00
twinaphex
bee41d6416 Cleanups - 80-char limit 2014-09-02 17:42:44 +02:00
twinaphex
76591ecc9f (frontend.c) build fix - missing return statement 2014-09-02 17:24:52 +02:00
twinaphex
af3e648a42 (frontend.c) Get rid of some extraneous elses in frontend.c 2014-09-02 17:13:43 +02:00