twinaphex
|
9c67f3a6ac
|
refactor out rarch_console_get_rom_ext - use this for PC too
since RMenu depends on it and it will run on that as well
|
2013-01-09 07:07:46 +01:00 |
|
twinaphex
|
8fdc5197f5
|
(RARCH_CONSOLE) Use g_extern.fullpath
|
2013-01-09 06:40:55 +01:00 |
|
twinaphex
|
b074adbc1d
|
(Griffin) Add NULL ifdefs for Griffin
|
2013-01-09 05:57:02 +01:00 |
|
twinaphex
|
403a087926
|
Null drivers have to be explicitly compiled in now -
otherwise they are ommitted
|
2013-01-09 05:54:48 +01:00 |
|
twinaphex
|
f53321b0ce
|
(Xbox 1) Iosupport.cpp code integrated into platform_xdk.c
|
2013-01-09 05:24:31 +01:00 |
|
twinaphex
|
d5b3cef544
|
HAVE_ZLIB functions now part of rarch_console_rom_ext.c
|
2013-01-09 04:51:14 +01:00 |
|
twinaphex
|
71b632faba
|
Remove rarch_console_libretro_mgmt.c
|
2013-01-09 03:44:10 +01:00 |
|
twinaphex
|
413c757144
|
Move libretro_management functions to frontend_console and rename
them
|
2013-01-09 03:34:05 +01:00 |
|
twinaphex
|
1e57bcab5f
|
Move rarch_manage_libretro_set_first_file to frontend_console.c
|
2013-01-09 02:49:20 +01:00 |
|
twinaphex
|
70c85be081
|
Refactored out of existence rarch_console_exec.c - now implemented
per platform port that needs it
|
2013-01-09 02:31:54 +01:00 |
|
twinaphex
|
0cd26b3623
|
(GX) Salamander code baked into platform_gx.c - debloats things
|
2013-01-09 00:10:56 +01:00 |
|
twinaphex
|
410e32b64a
|
Reuse g_extern.title_buf (already preset) in console menus
|
2013-01-08 23:36:04 +01:00 |
|
twinaphex
|
f7fdf34914
|
Cleanup unused header includes in rarch_console_video.c
|
2013-01-08 09:00:38 +01:00 |
|
twinaphex
|
025f0995f5
|
(RARCH_CONSOLE) Refactor frontend_psp.c into platform_psp.c
|
2013-01-08 08:38:25 +01:00 |
|
twinaphex
|
e8a0ab1e1d
|
(XDK) Now uses frontend_console.c too
|
2013-01-08 06:26:02 +01:00 |
|
ToadKing
|
f33ed73671
|
(Consoles) re-add second timer for scroll delays
|
2013-01-07 23:58:00 -05:00 |
|
ToadKing
|
1dc08b9a6d
|
(GX) work with new console code
|
2013-01-07 23:48:21 -05:00 |
|
Themaister
|
d9b640fafe
|
(RARCH_CONSOLE) fixups for set_shader().
|
2013-01-08 04:08:15 +01:00 |
|
twinaphex
|
c721ddd560
|
(RARCH_CONSOLE) One main() function to rule them all - PS3
port currently set up - callback system needs to be done
later for system/platform-specific functions
|
2013-01-08 01:26:18 +01:00 |
|
twinaphex
|
fe62828fb1
|
(RARCH_CONSOLE) Refactor timer code
|
2013-01-08 00:35:49 +01:00 |
|
twinaphex
|
88653cbc10
|
(RMenu) Put filebrowser instances on heap
|
2013-01-07 23:29:56 +01:00 |
|
twinaphex
|
06be0e521d
|
(Rzlib) Cleanups to rzlib frontend code
|
2013-01-07 19:22:35 +01:00 |
|
twinaphex
|
6bb4ebbdfd
|
(LIBRETRO_MANAGEMENT) rarch_configure_libretro_core() refactored
|
2013-01-07 18:34:32 +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
|
e74fc47b9a
|
(RARCH_CONSOLE) Better way to detect shader type
|
2013-01-07 17:22:51 +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 |
|
twinaphex
|
fa8ccf412c
|
(GX) Build fix
|
2013-01-07 07:55:44 +01:00 |
|
twinaphex
|
39f38d98ab
|
(RMenu) use g_extern.title_buf
|
2013-01-07 07:55:19 +01:00 |
|
twinaphex
|
411bda0006
|
Small cleanups
|
2013-01-07 07:47:42 +01:00 |
|
twinaphex
|
eda62dc9ac
|
(Rzlib) Fix regression in rzlib frontend code
|
2013-01-07 06:42:32 +01:00 |
|
twinaphex
|
076b027711
|
(Wii) Add more resolutions
|
2013-01-07 05:58:32 +01:00 |
|
twinaphex
|
a67c247ebc
|
(Wiiuse) Add HAVE_WIIUSE_RUMBLE and HAVE_WIIUSE_SPEAKER defines
|
2013-01-07 05:03:50 +01:00 |
|
twinaphex
|
5ee38b157d
|
(Wii) Add customized Wiiuse - should reduce overall input latency
(also debloats - no Guitar Hero 3/Wii Board/key down/key up)
|
2013-01-07 04:10:16 +01:00 |
|
twinaphex
|
1a48a5522d
|
(GX) Shows 'ingame menu' options now
|
2013-01-06 23:45:30 +01:00 |
|
twinaphex
|
2d17014d99
|
(GX) Add extra resolutions
|
2013-01-06 18:09:56 +01:00 |
|
twinaphex
|
40430f735b
|
(Wii) Menu flow control improvements
|
2013-01-06 17:40:27 +01:00 |
|
twinaphex
|
c4d81c6371
|
(RARCH_CONSOLE) Use static variable for ingame menu index
|
2013-01-06 17:00:46 +01:00 |
|
twinaphex
|
de0132cd43
|
(NGC) Some build fixes
|
2013-01-06 14:41:55 +01:00 |
|
twinaphex
|
c7679d9386
|
(RARCH_CONSOLE) Save default libretro core to config file
in a more robust fashion
|
2013-01-06 06:39:32 +01:00 |
|
twinaphex
|
f8160fb2bd
|
(Android) Cleanups
|
2013-01-06 06:10:24 +01:00 |
|
twinaphex
|
013fda1cb6
|
(Android) Move Android frontend file too
|
2013-01-06 05:28:42 +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
|
494148f579
|
Remove rarch_console_main_wrap.c file
|
2013-01-06 03:53:39 +01:00 |
|
twinaphex
|
7c2dd5e769
|
(Griffin) Remove rarch_console_main_wrap.c include
|
2013-01-06 03:52:29 +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
|
d94dc34b17
|
Merge branch 'master' of https://github.com/Themaister/RetroArch
Conflicts:
console/rarch_console_main_wrap.c
console/rarch_console_main_wrap.h
|
2013-01-06 03:28:02 +01:00 |
|
twinaphex
|
3f537518e1
|
(RARCH_CONSOLE) Use g_extern.config_path
|
2013-01-06 03:09:51 +01:00 |
|