Commit Graph

5915 Commits

Author SHA1 Message Date
twinaphex
8c87a7cc6f Build fix - initialize retro_keybind structs properly (new member
variable was added - def_joykey
2013-03-13 22:28:36 +01:00
twinaphex
1219177c00 (XDK D3D RGUI) Change base_size to RGUI_WIDTH * 2 - still shows
nothing
2013-03-13 18:53:52 +01:00
twinaphex
3a9d191885 (XDK RGUI) Blit rgui_data into RGUI D3D texture - still shows
nothing though
2013-03-13 18:49:48 +01:00
twinaphex
d7130d58f6 Move set_default_keybinds upstream (no longer ifdeffed RARCH_CONSOLE) 2013-03-13 16:33:39 +01:00
twinaphex
ece717f2cc Rename set_default_keybind_lut to set_default_keybinds 2013-03-13 16:30:01 +01:00
twinaphex
4bd0999940 Remove rarch_input_set_default_keybinds - merge with function
pointer set_default_keybind_lut
2013-03-13 16:06:13 +01:00
twinaphex
8f5a49dc7e Refactor default_binds - now becomes a member ni retro_keybind
called def_joykey
2013-03-13 15:34:33 +01:00
twinaphex
7edb3866f8 Move get_libretro_core_name to HAE_LIBRETRO_MANAGEMENT ifdef 2013-03-13 06:43:18 +01:00
twinaphex
24a4618f88 (Minizip) Don't go through ioapi's function pointers - negates
dependency on ioapi.c
(driver.c) ifdef start/stop() calls with RARCH_CONSOLE for now
2013-03-13 05:06:26 +01:00
twinaphex
c28bb3a3fd Move init_console_drivers and uninit_console_drivers to driver.c
and rename them global_init_drivers and global_unit_drivers -
we'll need this for Blackberry, starting RetroArch with RGUI
at startup AND consoles
2013-03-13 04:16:56 +01:00
twinaphex
d67e96c603 (RARCH_CONSOLE) Remove rarch_default_libretro_keybind_name_lut 2013-03-13 03:27:21 +01:00
twinaphex
17022672fc (Filebrowser) Clea up filebrowser code 2013-03-13 02:52:41 +01:00
twinaphex
afc90aa33d (XDK) Cleanup xdk_resources.cpp 2013-03-13 01:51:03 +01:00
twinaphex
2718847f11 (XDK) Clean up xdk_d3d.h header 2013-03-13 01:15:37 +01:00
twinaphex
8f497cce6e (XDK) Build fix 2013-03-13 01:08:46 +01:00
twinaphex
713aa0ecbe (Input) Remove dpad_emulation_name_lut 2013-03-13 01:07:27 +01:00
twinaphex
31998880f6 (Input) Remove max_pads member variable (was RARCH_CONSOLE only -
not needed)
2013-03-13 00:39:01 +01:00
twinaphex
545911d4da (Input) Remove post_init and make it part of input_init 2013-03-13 00:34:46 +01:00
twinaphex
3f4366628d (GX) Input build fix 2013-03-13 00:14:28 +01:00
twinaphex
42bdd80ec4 Combine rarch_input_set_controls_default and post_init 2013-03-13 00:12:29 +01:00
twinaphex
801202a2fd (Input) Remove defunct map_dpad_to_stick 2013-03-12 23:49:45 +01:00
twinaphex
8edab3d970 Skip D-pad emulation polling when dpad_emulation is disabled 2013-03-12 23:45:47 +01:00
twinaphex
dfcd7f38da (RGUI XDK) Quick build fixes 2013-03-12 18:41:01 +01:00
Themaister
9fd1f7edad Fix audio test build on Windows. 2013-03-12 12:23:28 +01:00
Themaister
1ea2a45441 Fix FBO in thread_wrapper. 2013-03-12 12:12:16 +01:00
twinaphex
441d4a0698 (Xbox 1) Initial RGUI code - incomplete 2013-03-12 02:43:02 +01:00
twinaphex
af02acbdd4 (RGUI/GL) Create gl_init_rgui_texture (avoids duplication of code) 2013-03-12 01:36:42 +01:00
twinaphex
9fb92127aa (RGUI) rgui_list_push - changed first parameter to void* 2013-03-12 01:03:07 +01:00
twinaphex
c638728917 (GL) Don't needlessly compile in FBO functions if HAVE_FBO isn't
defined
2013-03-12 00:00:42 +01:00
twinaphex
2e12f34932 (360) Build fix 2013-03-11 23:50:31 +01:00
twinaphex
e9d8b2848f (RMenu XUI) Use video_poke set_osd_msg 2013-03-11 23:46:57 +01:00
twinaphex
05faa24307 (XDK) Build fixes 2013-03-11 22:04:56 +01:00
twinaphex
b4108eb343 Add set_osd_msg to video_poke 2013-03-11 21:42:02 +01:00
twinaphex
63883a1131 Combine render_msg and render_msg_place with params argument 2013-03-11 20:05:05 +01:00
twinaphex
d9c3a99d0b Update some credits 2013-03-11 07:13:11 +01:00
twinaphex
370fca304d rarch_console.h - cut down on executable_extension variable as well
and move it to config.def.h
2013-03-11 06:59:53 +01:00
twinaphex
ce42e7fb65 Remove default_paths.salamander_file and make hardcoded constant
in config.def.h
2013-03-11 06:48:58 +01:00
twinaphex
4d062b869c (RGUI) Use fill_pathname_join for core switching 2013-03-11 06:41:22 +01:00
twinaphex
5730f6487d (RGUI) Use fill_pathname_join to get correct concatenated file paths 2013-03-11 06:23:14 +01:00
twinaphex
76482bcffe (RGUI) No longer check for '..' and '.' - filtered out by
dir_list_new now
2013-03-11 06:05:01 +01:00
twinaphex
660e7297e8 (RGUI) Clean up more ifdefs 2013-03-11 05:34:25 +01:00
twinaphex
da48316d7f (RGUI) Use dir_list_sort and get rid of RGUI sorting 2013-03-11 05:22:05 +01:00
twinaphex
91d35e2e41 (RGUI) Cut down on ifdef party 2013-03-11 04:57:17 +01:00
twinaphex
2a1bfde771 (RGUI) Remove folder_cb callback 2013-03-11 04:21:40 +01:00
twinaphex
435b281ff6 (RGUI) Renamed folder_buf to selection_buf, renamed path_stack to menu_stack 2013-03-11 03:56:06 +01:00
twinaphex
a7e651fe0c (RGUI) Rename rgui->directory_ptr to rgui->selection_ptr 2013-03-11 03:53:28 +01:00
twinaphex
8601102cdd (RGUI) Don't use path_buf anymore 2013-03-11 03:44:30 +01:00
twinaphex
05e306b599 Cleanups in RGUI file_list 2013-03-11 03:40:44 +01:00
twinaphex
b348e3f390 Rename ptr member to more sensible name 'size' and kill rgui_list_size 2013-03-11 03:31:19 +01:00
twinaphex
e06b125ab2 rgui_list_back and rgui_list_at renamed 2013-03-11 03:22:45 +01:00