Commit Graph

5096 Commits

Author SHA1 Message Date
twinaphex
d36af814c6 Reintroduce block_config_read 2013-01-10 06:45:44 +01:00
twinaphex
cc71a83fa8 (RARCH_CONSOLE) Console ports now use config_load for loading
config file stuff and config_set_default as only place to load
defaults from. Slightly messy defaults will be cleaned up later.
2013-01-10 06:38:19 +01:00
twinaphex
d16d58b095 (WIN32/RARCH_CONSOLE) Fixes install_libretro_core 2013-01-10 06:05:38 +01:00
twinaphex
3dee70675f (RARCH_CONSOL) Enable verbose logging for all console ports 2013-01-10 05:07:38 +01:00
twinaphex
1b398a1941 (PSP) comment out non-working video driver for now - use null video
for now
2013-01-10 04:22:42 +01:00
twinaphex
47c421eb8f Some better ifdefs in griffin.c 2013-01-10 03:34:43 +01:00
twinaphex
c6e8ff2206 (Xenon) Rename dir from 360 to xenon 2013-01-10 03:24:38 +01:00
twinaphex
a639d2e8d0 (360) Move media files to media\ 2013-01-10 03:22:31 +01:00
twinaphex
cd28dbcd92 (360) Uses the same Xaudio header now as PC 2013-01-10 02:46:35 +01:00
twinaphex
436f05709b (360) Xaudio2 360 driver uses same C backend file as PC now 2013-01-10 01:53:37 +01:00
twinaphex
11c1d149d6 (Xaudio) indenting nits 2013-01-09 22:17:43 +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
twinaphex
05863ffe31 (360) Move xaudio.h header to audio/xaudio-c/xaudio_xdk360.h 2013-01-09 20:57:20 +01:00
twinaphex
84aa67bb93 (360) Greatly debloats Xaudio2 headers 2013-01-09 20:12:47 +01:00
twinaphex
698d91ff56 Revert "(360) Combine objbase.h and xaudio.h"
This reverts commit d5f1bc6126.
2013-01-09 18:50:00 +01:00
twinaphex
d5f1bc6126 (360) Combine objbase.h and xaudio.h 2013-01-09 18:47:20 +01:00
twinaphex
1a2a620f61 (GX) Move bitmap font header inclusion into rmenu_gx.c 2013-01-09 18:36:22 +01:00
twinaphex
5f398be410 (GX) Split up RMenu code into rmenu_gx.c 2013-01-09 18:31:14 +01:00
twinaphex
edb77760ea (RARCH_CONSOLE) Small cleanups in console headers 2013-01-09 18:07:38 +01:00
twinaphex
27a71de056 (360) Build fix 2013-01-09 17:59:23 +01:00
twinaphex
a925f3ca9f (RARCH_CONSOLE) Rename and relocate all menu files 2013-01-09 17:50:12 +01:00
Themaister
1a0c3ead4d Log where config file is loaded from. 2013-01-09 13:31:41 +01:00
Themaister
f739fc875e Don't compile in null drivers for CLI. 2013-01-09 11:26:21 +01:00
twinaphex
e829fd8df9 frontend_console.c - get rid of weird commas 2013-01-09 08:25:38 +01:00
twinaphex
8e2bc57a45 (360) Set core_dir for 360 2013-01-09 08:23:34 +01:00
twinaphex
982187c5d8 Refactored rarch_manage_libretro_set_first_file and renamed 2013-01-09 07:59:24 +01:00
twinaphex
84f7a2f5f8 Indenting nits 2013-01-09 07:27:05 +01:00
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
0bd19afad6 (Xbox 1) Fix build 2013-01-09 05:29:28 +01:00
twinaphex
f53321b0ce (Xbox 1) Iosupport.cpp code integrated into platform_xdk.c 2013-01-09 05:24:31 +01:00
twinaphex
6d755ae193 (Android) Rename android_glue.h into frontend_android.h and move it 2013-01-09 05:12:56 +01:00
twinaphex
905a2046f4 (NGC) Fix build 2013-01-09 05:08:08 +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
f5bbe76046 Add frontend_console header 2013-01-09 03:34:34 +01:00
twinaphex
413c757144 Move libretro_management functions to frontend_console and rename
them
2013-01-09 03:34:05 +01:00
twinaphex
fd62c53c80 (PS3/Wii) fix builds 2013-01-09 02:57:26 +01:00
twinaphex
1e57bcab5f Move rarch_manage_libretro_set_first_file to frontend_console.c 2013-01-09 02:49:20 +01:00
twinaphex
238699d5a4 (XDK) Fix builds 2013-01-09 02:41:19 +01:00
twinaphex
2205da0fea Add platform exec files 2013-01-09 02:33:16 +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
56e8b3233a (XDK) Salamander merged into platform_xdk.c 2013-01-09 01:35:46 +01:00
twinaphex
e1985b8bfd (PS3) Salamander merged into platform_ps3.c 2013-01-09 00:54:46 +01:00
twinaphex
0cd26b3623 (GX) Salamander code baked into platform_gx.c - debloats things 2013-01-09 00:10:56 +01:00
Themaister
5832f849f0 Don't allow pressed fingers count to wrap around.
Play safe. Shouldn't happen, but you never know with Android.
2013-01-09 00:41:40 +01:00
Themaister
c3ff164919 Increase MAX_TOUCH.
Ensure that we don't set data outside array.
Warn if this happens.
2013-01-09 00:40:38 +01:00
twinaphex
410e32b64a Reuse g_extern.title_buf (already preset) in console menus 2013-01-08 23:36:04 +01:00