CATSFC/source/nds
Nebuleon Fumika dfd3934953 Release 1.34.
2013-03-30 03:05:41 -04:00
..
bdf_font.c Center text without needing endless spaces; also support \n in centered text. 2013-03-10 21:21:37 -04:00
bdf_font.h first commit 2011-03-05 21:39:25 -05:00
bitmap.c Optimise the reading of bitmap files. 2013-03-29 22:04:27 -04:00
bitmap.h first commit 2011-03-05 21:39:25 -05:00
cheatgrp.c Reimplement grouped multipart cheat codes on top of Snes9x's cheat data. 2013-02-12 00:06:39 -05:00
cheatgrp.h Reimplement grouped multipart cheat codes on top of Snes9x's cheat data. 2013-02-12 00:06:39 -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 Fix scrollers in file selectors after the previous commit. 2013-03-29 05:52:12 -04:00
draw.h Stop the odd disappearing text when moving between files in recently played games. 2013-03-29 05:45:39 -04: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 Maybe Settings.FixFrequency is what's causing the emulated SNES to be slower than a real SNES? It does an adjustment of 15/1000, after all... 2013-02-22 02:41:50 -05:00
entry.h Add hotkeys to quickly load from and save to saved state #1, as well as to toggle full-screen (going from mode 3, middle of screen, to mode 4, full-screen smoothed). 2013-02-14 03:02:33 -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 Increase the row count from 6 to 8 in the GUI, file selector and cheats. Remove the useless "dynamic cheat" functions. 2013-03-30 01:08:07 -04:00
gui.c Release 1.34. 2013-03-30 03:05:41 -04:00
gui.h Increase the row count from 6 to 8 in the GUI, file selector and cheats. Remove the useless "dynamic cheat" functions. 2013-03-30 01:08:07 -04:00
message.h Center text without needing endless spaces; also support \n in centered text. 2013-03-10 21:21:37 -04:00