CATSFC/source/nds
2013-02-10 19:01:32 -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 mdelay becomes ds2_mdelay. 2013-02-02 14:45:29 -05:00
draw.h Set up the experimental branch. 2013-02-02 01:24:29 -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 Revert "Do not wait for the DMA to be done before drawing the screen. This requires that ds2_flipScreen works from top to bottom and that DMA completes faster than ds2_flipScreen." 2013-02-10 19:01:22 -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 Revert "Wait for DMA to be finished before downclocking the CPU for the main menu." 2013-02-10 19:01:32 -05:00
gui.h Merge branch 'master' into experimental 2013-02-10 16:37:39 -05:00
message.h Merge branch 'master' into experimental 2013-02-10 16:37:39 -05:00