zeromus
4e66aaef9c
replace most of the crappy iostream stuff with EMUFILE
2010-05-17 21:02:38 +00:00
adelikat
3be6963245
Win32 - avi output directory override implemented.
2008-11-08 00:27:05 +00:00
adelikat
5b0e6d5ee7
added avi output directory override (not yet used by FCEUX, however)
2008-11-07 14:53:05 +00:00
adelikat
ed0a6e5753
win32 - added toggle for binding savestates to movies
2008-10-19 14:06:10 +00:00
zeromus
2cba0fd439
support autoloading from archives in cases where there is only one useful file in an archive.
...
add experimental ram-only emulua savestate code. now call savestate_persist(ss) if you want to cause it to go to disk. otherwise it will stay in memory. this might speed things up. also add experimental new ppu which can be enabled by newppu 1 in configfile. there is no reason to use it yet but i needed to do a checkin
2008-08-18 03:11:42 +00:00
zeromus
4bd3881f1b
dont read every archive file when scanning for replay. scan them, though, and look only for *.fm2
2008-08-17 19:02:19 +00:00
punkrockguy318
595df73847
changed FileBaseInfo constructor to please gcc and quiet warnings
2008-08-12 06:06:48 +00:00
zeromus
89641c1b92
improve ips and filename generation system
2008-08-12 05:31:06 +00:00
zeromus
f73de3b31e
restore IPS patching capability which was lost when archive support was added
2008-08-12 04:57:15 +00:00
zeromus
215d329804
SF [ 2047004 ] Moviefilenames without extension don't automatically get fm2
2008-08-12 03:28:51 +00:00
zeromus
3a0b893662
first attempt - support loading movies from archives.
2008-08-10 02:33:14 +00:00
zeromus
0a63a42df2
proper support for single-file archives
2008-07-10 05:42:12 +00:00
zeromus
bc54e2abba
generalized the loading-from-archive code to work with any archive format and to load any kind of file from archives (although nothing but the roms may work yet and i will have to fiddle with things as requested). I probably broke the sdl build; just stub the two new FCEUD_ functions in the most brainless way possible and it should work.
2008-07-09 05:47:13 +00:00
adelikat
3eecd0033e
Changed rewind to auto-save
2008-06-25 00:43:02 +00:00
zeromus
69bc4b3f72
added obj/bg display toggle
...
much cleanups
fix memwatch configuration saving
2008-06-22 02:38:00 +00:00
zeromus
e0a14909f0
faster compiles (mappers include 1/3 as much code now)
...
fix some memory leaks by changing the path generation APIs to return std::string.. but it still gets strdupped by a lot of clients.
switch over more movie and savestate code to use iostreams instead of stdio
remove the temporary savestate stuff for more tasing speed hopefully
2008-06-17 06:55:07 +00:00
mauzus
2dcd90fc6c
fix directories configuration stuff
2008-05-24 16:25:15 +00:00
mauzus
014e0365e4
use correct directory configuration: BasicBot, Memory Watch, FDS BIOS ROM and Record Movie from savestate
2008-05-13 02:34:39 +00:00
zeromus
cd427263da
moved some util files to utils directory
2006-08-01 05:50:19 +00:00
zeromus
80d0d46d73
moved fceu to its own folder to make room for other projects
...
[[Split portion of a mixed commit.]]
2006-07-29 05:46:15 +00:00