twinaphex
|
8621d78776
|
(RGL PS3) Move RGL to /ps3 folder - unlikely to use it for '3D libretro'
|
2013-03-18 16:55:09 +01:00 |
|
twinaphex
|
ad2cd4e492
|
Revert "Remove platform-specific MAX_PADS - use global define MAX_PLAYERS"
This reverts commit fb1355b975 .
|
2013-03-16 17:51:45 +01:00 |
|
twinaphex
|
f028a8555e
|
Revert "Move set_keybinds autoconfiguration (that is done on every console"
This reverts commit c26653fca8 .
|
2013-03-16 17:51:37 +01:00 |
|
twinaphex
|
c26653fca8
|
Move set_keybinds autoconfiguration (that is done on every console
port) to driver.c - reducing lots of duplicate code
|
2013-03-16 17:24:24 +01:00 |
|
twinaphex
|
fb1355b975
|
Remove platform-specific MAX_PADS - use global define MAX_PLAYERS
instead and customize it for certain ports
|
2013-03-16 17:13:28 +01:00 |
|
twinaphex
|
375aa08e58
|
Remove rarch_conole_input - runtime button remapping should have
no more RARCH_CONSOLE dependencies
|
2013-03-14 21:55:10 +01:00 |
|
twinaphex
|
477b6ed893
|
Bugfix to previous commit
|
2013-03-14 18:04:16 +01:00 |
|
twinaphex
|
44ccbe0122
|
Implement KEYBINDS_ACTION_GET_BIND_LABEL - will be used through
set_keybinds
|
2013-03-14 18:02:19 +01:00 |
|
twinaphex
|
fd05b5a25c
|
rarch_input_set_keybind refactored away - input driver's set_keybinds
function now provides the functionality
|
2013-03-14 15:01:36 +01:00 |
|
twinaphex
|
ede829c354
|
Refactor set_default_keybinds callback into set_keybinds - remove
set_analog_dpad_mapping and have it go through set_keybinds - expand
functionality of set_keybinds
|
2013-03-14 02:24:57 +01:00 |
|
twinaphex
|
4fa8d0f3c6
|
(Android) Rewritten input_autodetect- now implements set_default_keybinds
|
2013-03-13 23:17:33 +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
|
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
|
42bdd80ec4
|
Combine rarch_input_set_controls_default and post_init
|
2013-03-13 00:12:29 +01:00 |
|
twinaphex
|
8edab3d970
|
Skip D-pad emulation polling when dpad_emulation is disabled
|
2013-03-12 23:45:47 +01:00 |
|
twinaphex
|
039fc644d5
|
Revert "Menu toggle without delay timers (more testing might be needed -"
This reverts commit 54a6175a55 .
|
2013-03-11 02:07:50 +01:00 |
|
twinaphex
|
54a6175a55
|
Menu toggle without delay timers (more testing might be needed -
tested on PS3 RMenu and seemed to work well enough)
|
2013-03-11 01:12:19 +01:00 |
|
twinaphex
|
0b6e5a6388
|
Rename RARCH_RMENU_TOGGLE to RARCH_MENU_TOGGLE
|
2013-03-09 16:14:26 +01:00 |
|
twinaphex
|
a23bc3a13f
|
Control flow change for RGUI/RMENU - no longer have to invoke RARCH_QUIT_KEY to toggle menu
|
2013-03-07 19:02:44 +01:00 |
|
twinaphex
|
dfe7e760d7
|
(PS3) Add ability to set menu skin
|
2013-02-01 07:42:36 +01:00 |
|
twinaphex
|
10af790b21
|
(RARCH_CONSOLE) Remove HAVE_HDD_CACHE_PARTITION code
|
2013-01-22 13:09:18 +01:00 |
|
twinaphex
|
5f4813238a
|
(PS3) Audio driver cleanup
|
2013-01-22 01:38:00 +01:00 |
|
twinaphex
|
06e25decfd
|
(PS3) Get rid of one unused ifdef
|
2013-01-17 16:23:03 +01:00 |
|
twinaphex
|
d21e778c94
|
(PS3) Cleaup in osk_callback_enter_filename
|
2013-01-17 14:03:55 +01:00 |
|
twinaphex
|
95961d1ccb
|
(PS3) Fixes OSK code
|
2013-01-17 10:40:35 +01:00 |
|
twinaphex
|
0f2e36d349
|
(RARCH_CONSOLE) Move default_binds
|
2013-01-13 03:17:13 +01:00 |
|
ToadKing
|
f33ed73671
|
(Consoles) re-add second timer for scroll delays
|
2013-01-07 23:58:00 -05:00 |
|
twinaphex
|
fe62828fb1
|
(RARCH_CONSOLE) Refactor timer code
|
2013-01-08 00:35:49 +01:00 |
|
twinaphex
|
466acac261
|
(PS3/360) Input changes - make local pointer variable and reuse it
|
2013-01-07 00:31:38 +01:00 |
|
twinaphex
|
6c4da75612
|
(RARCH_CONSOLE) Move Salamander files to frontend/salamander
|
2013-01-06 05:33:37 +01:00 |
|
twinaphex
|
011e740129
|
Move all frontend files to new dir 'frontend'
|
2013-01-06 05:22:21 +01:00 |
|
twinaphex
|
aaebc0be3d
|
(RARCH_CONSOLE) Add #ifdef HAVE_DYNAMIC for libretro dynamic
library argv
|
2013-01-06 04:11:24 +01:00 |
|
twinaphex
|
66dfceabe1
|
(RARCH_CONSOLE) Build fixes + rarch_main_init_wrap needs to be
always compiled in and not ifndef HAVE_RARCH_MAIN_WRAP
|
2013-01-06 03:50:55 +01:00 |
|
twinaphex
|
3f537518e1
|
(RARCH_CONSOLE) Use g_extern.config_path
|
2013-01-06 03:09:51 +01:00 |
|
twinaphex
|
369477a15b
|
(RARCH_CONSOLE) Add MODE_INIT
|
2013-01-06 01:28:39 +01:00 |
|
twinaphex
|
e06583a45c
|
(RARCH_CONSOLE) Get rid of emulator_initialized - replace with main_is_init
|
2013-01-05 23:49:58 +01:00 |
|
twinaphex
|
c0c81bf22b
|
(RARCH_CONSOLE) Move rarch_config_save to settings.c - rename to
config_save_file
|
2013-01-05 22:18:59 +01:00 |
|
twinaphex
|
2c26f92c7d
|
(RARCH_CONSOLE) Cleanups
|
2013-01-05 21:56:19 +01:00 |
|
Themaister
|
0b4cf2d053
|
Update license headers to 2013.
|
2013-01-01 01:41:15 +01:00 |
|
twinaphex
|
269698661a
|
(Console/Android) Simplify input_key_pressed implementation
|
2012-12-23 14:44:46 +01:00 |
|
twinaphex
|
7a67348b3c
|
Change 1 << for bitmasks to 1ULL <<
|
2012-12-15 18:00:30 +01:00 |
|
twinaphex
|
ffa5d4fa5f
|
Rewrite do-while loops for console ports
|
2012-12-15 16:47:35 +01:00 |
|
twinaphex
|
dacab094f0
|
(RMenu) menu_loop renamed into rmenu_iterate - iterates menu code for one frame
|
2012-12-15 16:40:02 +01:00 |
|
twinaphex
|
8a271d318c
|
Frame advance - get rid of unnecessary extern variables now
|
2012-12-15 02:25:48 +01:00 |
|
twinaphex
|
04674fbba7
|
(PS3/XDK) Better way to toggle frame advance
|
2012-12-15 02:13:58 +01:00 |
|
twinaphex
|
0261d934f2
|
(RARCH_CONSOLE) Rework how we do RARCH_QUIT_KEY - right now used
for ports that define HAVE_RMENU - made compiling in the RMenu
GUI separate from the HAVE_RMENU logic
|
2012-12-15 01:14:21 +01:00 |
|
twinaphex
|
dbb962e946
|
Streamline frame_count usage
(Android/Griffin) Fix build
|
2012-12-14 20:33:36 +01:00 |
|