Commit Graph

5178 Commits

Author SHA1 Message Date
meancoot
583c6e3f72 Merge branch 'nolibco' 2012-11-04 14:09:07 -05:00
meancoot
9332ba3c1b Always call video_cb in retro_run 2012-11-04 14:08:31 -05:00
meancoot
24ff41e5d2 Don't crash if a game fails to load. 2012-11-04 13:59:18 -05:00
meancoot
9edf87c642 nolibco: Some cleanup; fix reset 2012-11-04 13:54:16 -05:00
meancoot
f540ce0bb8 Remove libco requirement: Phase 1 2012-11-04 13:39:47 -05:00
twinaphex
bf6ad7fd53 (Midtunit/yunit) Same deal with FAST_DMA 2012-11-04 18:47:03 +01:00
twinaphex
673dd88d54 (DCS) Turn log conditionals into preprocessor ones - improves FPS
in MK3
2012-11-04 18:33:08 +01:00
meancoot
acea5763db Remove various unneeded performance monitoring related code. 2012-11-04 12:21:14 -05:00
meancoot
4aa5edc75c Fixex:
Only print flow control messages if DEBUG_LOG is defined.
  Don't say the timer is in microseconds then return time in milliseconds.
2012-11-04 12:21:14 -05:00
twinaphex
6211e53c27 Log osd_fopen and osd_get_path_info if DEBUG_LOG is defined 2012-11-04 18:13:00 +01:00
twinaphex
9732388a08 If DEBUG_LOG is defined, logerror and osd_die will log to stderr 2012-11-04 17:50:08 +01:00
twinaphex
54132555ae Make it possible to log ROM loading messages if DEBUG_LOG is defined 2012-11-04 17:32:14 +01:00
meancoot
26012dd25a Don't look for the 'rom' directory in retroarch's system directory, instead look in the parent of the loaded game file.
Update README
2012-11-04 11:09:12 -05:00
meancoot
e7362880b0 Wii Prep: All objects are built and linked/archived directly instead of through various archives. 2012-11-04 11:09:12 -05:00
twinaphex
f4e1d044bd (Unix) Fix build - Define stricmp for Unix build - fixes startup
of sexyparo.zip
2012-11-04 08:35:12 +01:00
meancoot
2c4e3d31c5 Improve video code some. Always supply an image where width==pitch to libretro video callback. 2012-11-01 19:06:29 -04:00
meancoot
4b34ec7274 When dealing with paletted games the colors are pre-converted and cached in needed format. 2012-11-01 18:49:14 -04:00
meancoot
0ed51aeb97 Handle UI orientation. 2012-11-01 16:26:48 -04:00
meancoot
72ee6286af Improve video code. 2012-11-01 01:31:49 -04:00
meancoot
d759770974 Add support for four retro pads. 2012-10-31 22:58:11 -04:00
meancoot
87f91b8f44 Canibalize make files to allow for cleaner building:
The MAMEOS option to make is no longer needed.
  The output library will have the proper name.
  The build will no longer try to execute the resulting library.
  ROM set verification tools are no longer built.
2012-10-31 21:50:20 -04:00
meancoot
f7e81d258c Make driver filename extraction safer. 2012-10-31 20:52:07 -04:00
meancoot
52f1735dcb Fixup for building on android. 2012-10-31 13:45:40 -04:00
meancoot
ef8a10b40d Add sound support.
Start joystick support.
Cleanup the teardown process.
2012-10-31 02:36:31 -04:00
meancoot
86c79bc4af Add remove.
Some small changes.
2012-10-31 00:57:00 -04:00
meancoot
88761c9c59 Hack to make it run with GCC, though the problem with realloc is probably indicative of some other memory corruption. 2012-10-31 00:03:01 -04:00
meancoot
5ae6ffde1c Add libretro wrapper and fix building 2012-10-29 11:26:27 -04:00
meancoot
802efb1b4a Start with MAME 0.78 2012-10-29 10:55:14 -04:00