Commit Graph

92 Commits

Author SHA1 Message Date
twinaphex
bc8675f711 (360/Xbox 1) Use the same input driver now for both 360 and Xbox 1 2012-07-31 20:56:05 +02:00
twinaphex
ff54bc6c0f (Xbox 1/360) Control input refactoring 2012-07-31 20:09:17 +02:00
twinaphex
881a1458af (Xbox 1) Fill in rarch_key_pressed 2012-07-31 17:56:32 +02:00
twinaphex
20490fe81b (Xbox 1) Bring menu code inline with that of PS3 2012-07-31 17:12:10 +02:00
twinaphex
43077df35b (Xbox 1) Use font wrapper functions 2012-07-31 01:23:42 +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
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
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
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
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
6aa0eea7bf (Xbox 1) Properly configure analog D-pad mapping
(Xbox 1) Build fix
2012-07-29 17:50:33 +02:00
twinaphex
e9862014c2 (Xbox 1) Build fix 2012-07-28 22:34:18 +02:00
twinaphex
b03c18187a (Xbox 1) Build fix 2012-07-28 16:05:56 +02:00
Twinaphex
714837e8c0 (RARCH_CONSOLE) Namespaced all files in console/ 2012-07-28 15:54:35 +02:00
Twinaphex
e0f4953de8 (RARCH_CONSOLE) Add second param to set_default_keybind_lut (port
is player no)
2012-07-28 02:28:10 +02:00
Twinaphex
b29b04b4b0 (RARCH_CONSOLE) Add 'device' param to set_default_keybind_lut and
set_analog_dpad_mapping
2012-07-28 01:37:15 +02:00
twinaphex
0b0a9e0f96 (Xbox 1) Build fix 2012-07-27 16:03:54 +02:00
Twinaphex
bf9980d8bc (RARCH_CONSOLE) Control refactor - add post_init and set_analog_to_dpad_mapping
members
2012-07-27 15:46:15 +02:00
Twinaphex
3a661bff71 (RARCH_CONSOLE) Add new load_game_wrap function that all
console ports use - this abstracts away ZIP loading of ROMs too
(PS3) Add new 'ZIP Extract' mode - 'Current dir and load first
file'
2012-07-27 14:32:23 +02:00
twinaphex
5087d9f69c (Xbox 1) build fix 2012-07-25 23:24:38 +02:00
Twinaphex
811abcf612 (RARCH_CONSOLE) Further Input rewrite for console ports 2012-07-25 21:02:01 +02:00
Twinaphex
4ed249fe18 (RARCH_CONSOLE) Split up input code into retroarch_console_input.c -
beter segregation of input code
2012-07-25 19:35:21 +02:00
freakdave
3c1a55dce4 (Xbox 1) Fixed rom list/text position in 720p
(Xbox 1) Fixed 720p background image problem (loads native 720p image now)
2012-07-25 14:23:59 +02:00
twinaphex
eb0b1f9327 (Xbox 1) Cleanups to Xinput 1 driver 2012-07-24 20:04:42 +02:00
twinaphex
19c611bf42 (Xbox 1) Dehardcoded controls 2012-07-24 19:58:49 +02:00
twinaphex
c29a7e80c9 (Xbox 1) Get rid of retrolaunch.cpp wrapper file - put include lines
in griffin.c instead
2012-07-24 18:35:29 +02:00
twinaphex
e88c6b5cfe (Xbox 1) Add Griffin-like wrapper file for the RetroLaunch source
files
2012-07-24 18:16:03 +02:00
twinaphex
5d22842f75 (Xbox 1) Slimming down of RetroLaunch 2012-07-24 18:03:55 +02:00
twinaphex
a82d0c7a9e (Xbox 1) Freed up some more memory (32MB to 36MB free in VBA Next) 2012-07-24 17:45:28 +02:00
twinaphex
2240e96b20 (Xbox 1) RetroLaunch - complexity cleanups 2012-07-24 17:00:24 +02:00
Twinaphex
53c5ff80ed (Xbox 1) Resize title image to 128x128 2012-07-24 16:09:48 +02:00
twinaphex
37f5799302 (Xbox 1) Remove retroarch.h header file 2012-07-24 16:17:50 +02:00
twinaphex
5930c85321 (Xbox 1) RetroLaunch- remove unnneeded files 2012-07-24 16:09:01 +02:00
twinaphex
c0e7511d04 (Xbox 1) RetroLaunch's Input.cpp deleted too 2012-07-24 16:06:16 +02:00
twinaphex
3e82330132 (Xbox 1) Controls now work in menu - very twitchy - will be fixed 2012-07-24 16:00:59 +02:00
twinaphex
79bd5a844b (Xbox 1) Replaced Debug.cpp code with calls to RARCH_LOG/RARCH_WARN/
RARCH_ERR
2012-07-24 12:27:49 +02:00