CATSFC/source/nds
Nebuleon Fumika fd7ecd08f8 Merge branch 'master' into speed-hacks
Conflicts:
	CATSFC/system/language.msg
	Makefile
	README.md
	source/cpuexec.cpp
	source/nds/entry.cpp
	source/nds/gui.c
	source/nds/gui.h
2013-02-10 01:31:56 -05:00
..
bdf_font.c Fix multiple compiler warnings: forward declaration, implicit declaration, unused variable, variable used uninitialised, unused function (when not used anywhere else with a #define). 2013-01-18 02:41:32 -05:00
bdf_font.h first commit 2011-03-05 21:39:25 -05:00
bitmap.c first commit 2011-03-05 21:39:25 -05:00
bitmap.h first commit 2011-03-05 21:39:25 -05:00
displaymodes.cpp Make Display Mode 4 an antialiased whole-screen mode. 2013-01-02 01:18:18 -05:00
dma_adj.c Add some forgotten DMA files. 2013-02-03 15:29:05 -05:00
dma_adj.h De-interleave the ROM using DMA. This helps the more esoteric jumbo memory maps load faster. 2013-02-07 02:38:45 -05:00
draw.c Add three hotkeys: temporary fast-forward, sound toggle and return to menu. These hotkeys can be overridden per game so that the global version of the hotkey can be ignored. 2013-01-22 04:16:15 -05:00
draw.h Remove GBAFILE from the icon list as it's never used. 2013-01-20 19:17:48 -05:00
ds2_main.c Make it easier to change the "high" and "low" CPU frequencies, as well as to switch to the user's chosen frequency for the game. 2013-02-03 03:20:47 -05:00
ds2sound.h Raise the sound frequency from 22050 Hz to 32000 Hz, which is like the SNES. Use sound interpolation to make it sound even more like the SNES. 2013-02-06 05:59:22 -05:00
entry.cpp Merge branch 'master' into speed-hacks 2013-02-10 01:31:56 -05:00
entry.h Fix settings not getting loaded with a ROM provided by plugin arguments. 2013-02-06 02:05:03 -05:00
font_dot.h first commit 2011-03-05 21:39:25 -05:00
gcheat.c Fix multiple compiler warnings: forward declaration, implicit declaration, unused variable, variable used uninitialised, unused function (when not used anywhere else with a #define). 2013-01-18 02:41:32 -05:00
gcheat.h Preliminary Snes9x-based cheat code support. Not tested, because the file selection interface freezes when it gets to the folder containing Mightymo's cheat files, whereas it did not do this before with the converted Mightymo cheats. (335 files -> 679, though.) 2012-12-22 22:16:55 -05:00
gui.c Add retro sound as a setting in all languages except Chinese. 2013-02-09 23:41:06 -05:00
gui.h Add retro sound as a setting in all languages except Chinese. 2013-02-09 23:41:06 -05:00
message.h Add retro sound as a setting in all languages except Chinese. 2013-02-09 23:41:06 -05:00