twinaphex
|
8f5a49dc7e
|
Refactor default_binds - now becomes a member ni retro_keybind
called def_joykey
|
2013-03-13 15:34:33 +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
|
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
|
b4108eb343
|
Add set_osd_msg to video_poke
|
2013-03-11 21:42:02 +01:00 |
|
ToadKing
|
eb82bd2127
|
implement driver.current_msg
fix RGUI to no longer use driver.video_data casting
|
2013-03-10 16:02:10 -04:00 |
|
twinaphex
|
dd697ded76
|
(XDK) Ifdef FBO video_poke functions with HAVE_FBO
|
2013-03-10 20:24:19 +01:00 |
|
Themaister
|
0e75731685
|
Add get_fbo_state().
|
2013-03-10 20:13:04 +01:00 |
|
Themaister
|
0b67cd7e84
|
Add apply_state_changes.
|
2013-03-10 19:49:26 +01:00 |
|
Themaister
|
63d946c69f
|
Add set_rgui_texture interface to video_poke.
|
2013-03-10 19:14:28 +01:00 |
|
twinaphex
|
e741cc77c6
|
start/stop/restart ifdeffed for RARCH_CONSOLE instead of
HAVE_RMENU - transfer of control bypasses initialization of variables
in RGUI - issues fixed
|
2013-03-10 17:40:34 +01:00 |
|
twinaphex
|
59ff094b3b
|
Add set_blend to video_poke interface
|
2013-03-10 03:53:42 +01:00 |
|
meancoot
|
9fadca2a54
|
Merge branch 'master' of https://github.com/Themaister/RetroArch into ios
|
2013-03-09 20:09:32 -05:00 |
|
Themaister
|
2681f14032
|
Add video_poke_interface_t.
|
2013-03-10 01:17:17 +01:00 |
|
twinaphex
|
66e7606b25
|
HAVE_RGUI and HAVE_RMENU are now mutually exclusive - no longer
have to be defined both for (say) the Android port
|
2013-03-09 17:42:19 +01:00 |
|
twinaphex
|
f14f6453df
|
Get rid of HAVE_RMENU ifdef in bind ID enumeration
|
2013-03-09 16:15:26 +01:00 |
|
twinaphex
|
0b6e5a6388
|
Rename RARCH_RMENU_TOGGLE to RARCH_MENU_TOGGLE
|
2013-03-09 16:14:26 +01:00 |
|
twinaphex
|
dc95abf70e
|
Drop RARCH_SRAM_WRITE_PROTECT and RARCH_CHEAT_INPUT that we
aren't even using for now so that RetroArch bind IDs stay under
64
|
2013-03-09 15:36:33 +01:00 |
|
meancoot
|
06bb6b7840
|
Merge branch 'master' of https://github.com/Themaister/RetroArch into ios
|
2013-02-21 22:18:14 -05:00 |
|
Themaister
|
e3dfba2c34
|
Add preliminary disk swapping interface.
Works with Mednafen's disk swapping model.
|
2013-02-21 23:44:07 +01:00 |
|
Themaister
|
843d079002
|
Begin adding threaded video driver wrapper.
|
2013-02-16 02:48:08 +01:00 |
|
meancoot
|
7e4e028fc8
|
ios: Add a simple input driver draft; tracks only one touch for now.
|
2013-02-06 18:23:11 -05:00 |
|
Themaister
|
eb979732b4
|
Add alpha modulation to overlays.
|
2013-01-29 21:51:15 +01:00 |
|
twinaphex
|
01ffc06d6a
|
Add button descriptor to retro_keybind
|
2013-01-12 18:45:22 +01:00 |
|
Themaister
|
312980ee30
|
Add support for full-screen overlays.
|
2013-01-11 16:23:04 +01:00 |
|
twinaphex
|
589b5eefdb
|
(360) 360 audio driver now goes through the same Xaudio driver
as PC
|
2013-01-09 22:04:28 +01:00 |
|
Themaister
|
551a464978
|
Rework index parameter to set_shader().
|
2013-01-08 04:08:15 +01:00 |
|
twinaphex
|
c76ae2a8d1
|
(RARCH_CONSOLE) Use init_drivers_pre once at startup of console
ports - use driver.video, driver.input as much as possible from
then instead of explicit platform-specific drivers
|
2013-01-07 18:18:44 +01:00 |
|
twinaphex
|
9251eebe13
|
(RARCH_CONSOLE) Make find_video_driver public in scope and use
it in console ports
|
2013-01-07 17:48:45 +01:00 |
|
twinaphex
|
b56b645366
|
Rename RARCH_SHADER_BSNES to RARCH_SHADER_GLSL
|
2013-01-07 17:03:10 +01:00 |
|
twinaphex
|
3a5d056b95
|
Expand functionality of set_shader callback function
|
2013-01-07 16:46:26 +01:00 |
|
ToadKing
|
fd0bb1b3ee
|
make alsathread a seperate audio driver
|
2013-01-04 14:58:34 -05:00 |
|
Themaister
|
e9cfb95900
|
Add fallback path for RGBA.
This is necessary for GLES devices which do not support BGRA_EXT.
|
2013-01-03 01:20:35 +01:00 |
|
Themaister
|
0b4cf2d053
|
Update license headers to 2013.
|
2013-01-01 01:41:15 +01:00 |
|
Themaister
|
8a58858d84
|
Refactor out save stating and reentrancy.
It's not really needed.
|
2012-12-30 18:25:49 +01:00 |
|
Themaister
|
e3378c219c
|
Use crude ref-counting for driver handles.
|
2012-12-25 23:18:19 +01:00 |
|
Themaister
|
225647d0e3
|
Add public function to set refresh rate of monitor.
|
2012-12-23 19:05:20 +01:00 |
|
Themaister
|
35bf5c82c1
|
Make OVERLAY optional.
|
2012-12-23 18:39:01 +01:00 |
|
twinaphex
|
52e4c3eff4
|
Revert "Ifdef bind IDs based on compiled in features - we only have 64 bits"
This reverts commit 576a40707d8c770191457e40326b63ff1374ea6d.
|
2012-12-23 18:21:36 +01:00 |
|
twinaphex
|
576a40707d
|
Ifdef bind IDs based on compiled in features - we only have 64 bits
to work with for input_state so we need to get rid of unneeded
features per port
|
2012-12-23 18:09:30 +01:00 |
|
Themaister
|
34bd32c1fd
|
Add RETRO_OVERLAY_NEXT bind.
|
2012-12-22 15:33:28 +01:00 |
|
Themaister
|
9056946079
|
Merge branch 'master' into overlay
|
2012-12-22 11:38:18 +01:00 |
|
Themaister
|
6bb2349833
|
Kill off external driver plug interfaces.
These are too much work to maintain, and aren't really all
that useful.
|
2012-12-22 11:37:15 +01:00 |
|
Themaister
|
47a98ef205
|
Make overlay polling completely independent.
|
2012-12-20 15:33:54 +01:00 |
|
Themaister
|
1250fae7f1
|
Basic overlay POC works.
Add support for X11.
|
2012-12-20 12:24:49 +01:00 |
|
Themaister
|
b4cd58afe7
|
Rework overlays as a video driver interface.
|
2012-12-20 11:16:22 +01:00 |
|
twinaphex
|
2e5f21db60
|
(Android) Do window ready checking differently
|
2012-12-18 06:01:56 +01:00 |
|
twinaphex
|
74ae6ecf57
|
(Android) Better deinit - will now deinit RetroArch and save game
RAM if you forcibly stop RetroArch
|
2012-12-17 18:45:26 +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
|
20bdef5d3b
|
(PS3) Input refactoring (note - other console ports will need
refactoring too - will do that nexta)
|
2012-12-14 17:42:01 +01:00 |
|