Commit Graph

184 Commits

Author SHA1 Message Date
twinaphex
d2a7feab9a (Android) Compiles and links wswan now 2012-12-30 04:04:25 +01:00
twinaphex
76ed3bca31 (Android) VB works now as well 2012-12-30 01:02:05 +01:00
twinaphex
6ea492ba9a (Android) Mednafen PCE and NGP work now on Android 2012-12-30 00:10:46 +01:00
twinaphex
35895f6a6a (Android) Fixes 2012-12-29 18:07:45 +01:00
twinaphex
9640afd69f (JNI) Fixes paths 2012-12-29 14:50:24 +01:00
twinaphex
55f23707a2 Committed Application.mk 2012-12-28 23:16:13 +01:00
twinaphex
766310e836 Add JNI Makefile 2012-12-28 23:03:33 +01:00
twinaphex
ff5e3569a6 Cleanup mednafen.cpp - leave only what we need 2012-11-29 23:21:44 +01:00
Themaister
8feb7dca20 Actually log where bios is loaded from.
How did that assert(0) ever go through? ... *shrug*
2012-11-29 13:53:53 +01:00
twinaphex
ea72a707a3 (PCFX) Add initial PCFX core support - not yet done 2012-11-28 08:20:45 +01:00
twinaphex
1ff4c0da17 (Mednafen GBA) input works on big-endian 2012-11-27 05:54:01 +01:00
twinaphex
eec1a8828b Update all cores to reflect file changes 2012-11-27 05:38:49 +01:00
twinaphex
fd13e4bf1a get rid of broken reference/getter hell in file.cpp - just use
the private variables promoted to public straight - no way to get
this code portable without 'mangling' this guff
2012-11-27 05:20:47 +01:00
twinaphex
0a00bac258 (GBA) Patches 2012-11-27 04:44:20 +01:00
twinaphex
697735e2ff (Mednafen SNES) 'Fix' little edian input - still issue with 'hold states'
of buttons
2012-11-27 04:16:48 +01:00
twinaphex
53908ec941 (Mednafen VB) works on PS3 now + fixed controls on big-endian 2012-11-27 04:05:55 +01:00
twinaphex
6e8710ba0f (Neopop) Controls work on big-endian now 2012-11-27 03:38:27 +01:00
twinaphex
52f8f1be43 Get rid of -std=gnu99 - there is little C code in this codebase
anyway
2012-11-27 02:02:26 +01:00
twinaphex
535b467b2f Makefile - some fixes for non-GCC based compilers 2012-11-27 01:46:20 +01:00
twinaphex
8104a8bf10 (PCE Core) Add PS3 hack workaround for computed goto 2012-11-27 00:41:32 +01:00
twinaphex
75cbbc9e81 (Mednafen VB) Add VB core - working 2012-11-25 03:41:54 +01:00
twinaphex
bc6b7fa011 (Mednafen bsnes) Add ROM extensions 2012-11-25 02:49:52 +01:00
twinaphex
7acedabbe9 (Mednafen GBA) Don't use gz compression stuff - replace with FILE
equivalents
2012-11-25 01:25:08 +01:00
twinaphex
0a0fb41c98 (Mednafen PCE-Fast) Update to 0.9.26 core - rewinds now 2012-11-25 01:17:31 +01:00
twinaphex
6702f7efa2 (Mednafen bsnes) SRAM fix 2012-11-24 18:37:16 +01:00
twinaphex
13f69fa443 (Mednafen bSNES) bsnes core running now - some issue with 'held down'
buttons and with games supporting srm RAM failing to load after first run -
investigate
2012-11-24 17:14:05 +01:00
twinaphex
ea49364433 (Mednafen GBA) Added GBA core, can compile and run 2012-11-24 08:17:18 +01:00
twinaphex
66953e3737 (NGP) NGP core can be compiled now and runs 2012-11-24 07:44:49 +01:00
twinaphex
3196114a9e Cleanups 2012-11-24 06:29:37 +01:00
twinaphex
24ee1d3fc1 (PSP libretro) Add -G0 2012-11-24 04:45:01 +01:00
twinaphex
03f8225adb (Libretro) Add PSP1 target 2012-11-23 21:17:14 +01:00
twinaphex
f1edfd2fdf PC Engine button remapping from ficoos 2012-11-22 21:03:38 +01:00
Toad King
51a59326ac Fix compile on devkitpro 2012-11-20 20:34:58 -05:00
twinaphex
d6e9e3ca4d Fixup WANT_32BPP path 2012-11-21 02:28:26 +01:00
twinaphex
b5391ec967 Cleanup retro_run 2012-11-21 02:27:23 +01:00
twinaphex
f53ff5ec4e (Mednafen PSX) Gets around 'exits' caused by exception throwing on consoles -
starts up TOC-based CD images now on consoles
2012-11-20 22:08:57 +01:00
twinaphex
7736523a81 (Mednafen PSX) Works now on PS3 - slieshow at 18/19fps - don't
expect this to get any faster
2012-11-20 18:37:08 +01:00
twinaphex
1116a8acdb Add console support hooks 2012-11-20 17:29:55 +01:00
twinaphex
7ffaa8cf30 Merge thread stub functions into stubs.cpp 2012-11-20 17:11:38 +01:00
twinaphex
2847ec254c Header cleanups 2012-11-20 17:08:02 +01:00
twinaphex
ce5a9e6fbd Have to revert because original framebuffer sizes make zero sense
and things keep getting cut off - so reverting to what worked before
Revert "(PSX) sane framebuffer sizes + other changes"

This reverts commit 1e8a31ae51.
2012-11-17 04:01:05 +01:00
twinaphex
1e8a31ae51 (PSX) sane framebuffer sizes + other changes 2012-11-17 03:43:56 +01:00
twinaphex
d93af13d51 Turn on psx.fastboot to skip BIOS screen 2012-11-17 03:05:20 +01:00
twinaphex
d65feddbcc Use blip buffer fast 2012-11-17 02:09:27 +01:00
twinaphex
2e39ca8d07 Surface cleanups 2012-11-17 01:58:06 +01:00
twinaphex
ed12bbbaf4 Remove printf from file wrapper code - remove MDFN_RawInputStateAction 2012-11-17 01:43:03 +01:00
twinaphex
453bc88e4f Slim down trio 2012-11-17 01:14:40 +01:00
twinaphex
1606fff668 Reimplement FileStream 2012-11-16 16:33:10 +01:00
twinaphex
d2c099e971 Small build fix for PCE core 2012-11-16 15:20:13 +01:00
twinaphex
3ed64bae92 Get rid of everything Minifen will handle for us 2012-11-16 15:12:25 +01:00