Commit Graph

19 Commits

Author SHA1 Message Date
negativeExponent
3f756dc7fc Cleanup FCEU_MakeFName
- silence warnings: replace strncpy with strcpy instead. this should be safe since buffer is strlen+1 which should be enough for a null terminator (from sprintf)
- minor cleanup
2020-01-27 21:40:51 +08:00
retro-wertz
52c8155dee Use C-comment style 2017-10-15 03:13:11 +08:00
retro-wertz
cf4304fa55 Silence remaining -Wunused-variable warnings 2017-10-01 23:43:14 +08:00
retro-wertz
b6e95a1225 palette: Allow loading external palette file 2017-09-04 19:20:27 +08:00
twinaphex
22f4172f40 We don't need these file I/O functions 2017-03-24 02:13:48 +01:00
retro-wertz
79bf0d21d2 rename fds savefile from ".fds" to ".sav"...
to avoid accidental overwrite of rom if save folder is not set and defaults to rom folder for saves.
"fceumm saves fds savefile as a copy of the original rom with the save information"
2017-03-23 06:56:59 +08:00
retro-wertz
4dc44ec98f Update general.c 2017-03-15 02:59:23 +08:00
retro-wertz
472b1e6f17 fix fds not saving game 2017-03-15 02:32:00 +08:00
Brad Parker
821ca02474 allocate enough space for NUL, and do not try to open an empty file string 2016-12-31 01:59:31 -05:00
Patrick Armstrong
ed5865e37b Fixed loading FDS games 2016-10-04 11:34:13 -07:00
twinaphex
16fedd6c1c Get rid of asprintf 2016-09-09 07:48:53 +02:00
twinaphex
1b91001c95 Static code analysis fixes 2015-09-28 17:39:39 +02:00
twinaphex
5bddd62098 Merge general.c 2015-08-06 13:03:54 +02:00
twinaphex
e982bb637b Revert "Cleanups"
This reverts commit d368ee0054.
2015-08-06 11:39:10 +02:00
twinaphex
d368ee0054 Cleanups 2015-08-06 11:30:34 +02:00
twinaphex
da7ac270f8 Take out most of the __LIBRETRO__ hacks in mainline codebase 2014-04-18 19:22:25 +02:00
Twinaphex
514448258e MSVC compatibility fixes 2014-04-15 01:59:54 -07:00
twinaphex
cd8f609236 Reimplement large parts of FCEUmm API - still no background layers -
only sprites
2014-03-31 00:17:47 +02:00
twinaphex
7e6caac57d Initial commit - http://sourceforge.net/p/fceumm/code/160/ 2014-03-30 22:15:17 +02:00