Commit Graph

3335 Commits

Author SHA1 Message Date
Twinaphex
c7937d321e Merge branch 'master' of github.com:Themaister/RetroArch 2012-07-31 05:05:10 +02:00
Twinaphex
d5cc93213a (PS3) Menu cleanups 2012-07-31 05:04:47 +02:00
Toad King
fa4898757c (Wii) testing code for core switching 2012-07-30 23:00:58 -04:00
Twinaphex
8f7b406611 (PS3) Small fix in display_menubar 2012-07-31 03:28:40 +02:00
Twinaphex
1365ac3aca (PS3) Use more wrapping in menu 2012-07-31 03:26:00 +02:00
twinaphex
43077df35b (Xbox 1) Use font wrapper functions 2012-07-31 01:23:42 +02:00
Twinaphex
b425531dd9 (Xbox 1) Add Xbox 1 font files 2012-07-31 00:14:23 +02:00
Twinaphex
d963e256d2 (PS3) Wrap cellDbgFont calls for portability 2012-07-30 23:42:29 +02:00
Twinaphex
cfc694b193 (PS3) Some more menu changes 2012-07-30 23:27:16 +02:00
Twinaphex
ab97a624f4 (PS3) Split up filebrowser code from menu stack code 2012-07-30 21:20:42 +02:00
Twinaphex
e1e3909034 (PS3) Menu stack code can now be split up 2012-07-30 17:54:11 +02:00
Twinaphex
d72bc6558a (PS3) Menu cleanup 2012-07-30 17:19:05 +02:00
Twinaphex
463c8c551c (PS3) Refactor menu code 2012-07-30 16:24:28 +02:00
Twinaphex
51b49ac027 (RGL) Tweaks 2012-07-30 14:28:36 +02:00
Themaister
d038cdce37 Refactor ifdef logic in config to r/a+ modes. 2012-07-30 07:58:07 +02:00
Twinaphex
88e02be97a (RGL) Logging exit fix 2012-07-30 05:32:04 +02:00
Twinaphex
b03fa0c37b (RGL) Cleanups 2012-07-30 04:02:15 +02:00
twinaphex
d324683306 (xbox 1) Rewrite IoSupport.cpp 2012-07-30 02:11:50 +02:00
twinaphex
62673179ab (Xbox 1) Minor cleanup - menu 2012-07-30 01:46:23 +02:00
Twinaphex
e4fe183a2c (PS3) Faster menu - cut down on unnecessary disk access 2012-07-30 01:35:11 +02:00
twinaphex
5811df47e3 (Xbox 1) Remove useless log 2012-07-30 01:30:14 +02:00
twinaphex
5264bbb7dc (Xbox 1) Clean up unsigned/signed comparison mismatch warning 2012-07-30 01:24:59 +02:00
Twinaphex
0067710c65 (RARCH_CONSOLE) Only compile in rarch_console_input.c if HAVE_DEFAULT_RETROPAD_INPUT
is defined
2012-07-30 01:10:36 +02:00
Twinaphex
3d47ee9ea4 (RARCH_ZLIB) Stick to 'ret' naming convention for return error values 2012-07-30 01:01:20 +02:00
Twinaphex
9d16bca7c8 Rename rarch_console_sound.c to rarch_console_rsound.c 2012-07-30 00:58:47 +02:00
Twinaphex
daff4fb27c (PS3/UNIX-type FS) Skips '.' and '..' directories from being
included in the dir list when doing dir_list_new
2012-07-30 00:36:09 +02:00
twinaphex
1be33ff581 (RARCH_CONSOLE) Create default_paths.filebrowser_startup_dir -
to get rid of system-specific hacks
2012-07-30 00:26:37 +02:00
twinaphex
2d3a2ac7c9 (Xbox 1) Clean up Surface.cpp 2012-07-30 00:11:56 +02:00
twinaphex
676f16b284 (Xbox 1) Rewrite Surface.cpp 2012-07-30 00:08:07 +02:00
twinaphex
293740c4d5 (Xbox 1) Slim down surface class 2012-07-29 23:24:39 +02:00
twinaphex
23dbd820d2 (Xbox 1) Remove MenuMain and MenuManager 2012-07-29 23:09:23 +02:00
Twinaphex
e96b29a4bb (PS3) Do same revisions in PS3 menu code - for later integration
with Xbox 1 code
2012-07-29 22:34:03 +02:00
twinaphex
f8ee763cf9 (Xbox 1) Revisions to menu code 2012-07-29 22:42:55 +02:00
twinaphex
213bc33238 (Xbox 1) refactoring in MenuMain.cpp 2012-07-29 22:33:10 +02:00
twinaphex
a478c88387 (Xbox 1) Build fix 2012-07-29 22:21:57 +02:00
Twinaphex
49847e90bd (Xbox 1) Cleanups to MenuMain.cpp 2012-07-29 22:09:47 +02:00
twinaphex
629dfe4a15 (Xbox 1) Uses filebrowser code now - now lists subdirs as well 2012-07-29 22:07:40 +02:00
twinaphex
49bbacdaf1 (Xbox 1) Remove Global.h header 2012-07-29 20:45:21 +02:00
twinaphex
6926b78840 (Xbox 1) Remove Font.cpp - shaves off another MB of memory usage 2012-07-29 19:54:20 +02:00
twinaphex
1b45c5b5de (Xbox 1) Use debug fonts for menu instead of textures per ROM
- we don't have much RAM on Xbox 1 - TODO: make certain text smaller
2012-07-29 19:47:45 +02:00
twinaphex
d7fc00757d (Xbox 1) Change sprintfs to snprintfs 2012-07-29 18:46:52 +02:00
twinaphex
c92c08ff31 Replace strcpys with strlcpy (except for librsound.c) 2012-07-29 18:38:55 +02:00
Twinaphex
22dc1b9e72 (RARCH_CONSOLE) If a config file does not exist, try to create it
first before entering out of config_file_new function - reduces
some code bloat in console ports
2012-07-29 18:17:53 +02:00
twinaphex
6aa0eea7bf (Xbox 1) Properly configure analog D-pad mapping
(Xbox 1) Build fix
2012-07-29 17:50:33 +02:00
twinaphex
b2f9b90f1c (360) Gamma correction enabled by default now 2012-07-29 17:27:20 +02:00
Twinaphex
4cdd4eb8db We need to implement this properly or not at all - removing this
hackish thing for now
2012-07-29 17:09:48 +02:00
Themaister
e5a7ef7cf5 Fix subtle bug in file_path_basedir.
Also applies minor stylistic fixes to file_path.c.
Adds return type to wchar/char conversion functions.
2012-07-29 09:23:04 +02:00
Twinaphex
a75ca75fd1 (RGL) Cleanups 2012-07-29 01:10:15 +02:00
twinaphex
c9607c4684 (360) Filebrowser open crash fix - was happening because of
path issue - remove retroarch.cfg and try again
2012-07-29 00:03:13 +02:00
Twinaphex
8451cf867e (Griffin) Cleanups 2012-07-28 22:58:08 +02:00