Commit Graph

16 Commits

Author SHA1 Message Date
twinaphex
a918869c18 Cut down on stdio.h includes 2021-11-02 17:25:04 +01:00
jdgleaver
1a961ff6be Add support for emulated Game Genie add-on 2021-10-21 15:52:40 +01:00
jdgleaver
499f1c04de Replace direct file access with VFS routines 2021-10-20 16:58:35 +01:00
twinaphex
3dbf430262 Wrap all fopen access - go through FCEUD_UTF8fopen isntead 2021-06-05 21:07:55 +02:00
twinaphex
85d5c87d3d - Simplify MakeMemWrapBuffer
- FCEUI_LoadGame - UNIFLoad and FDSLoad never use 'name' so pass
NULL here
2021-06-04 21:01:19 +02:00
negativeExponent
d6c854abd8 Use fopen_utf8 instead of fopen 2021-04-20 16:18:54 +08:00
retro-wertz
829a7552f1 Audiostuff (#236)
* Add option to enable/disable audio channels

Audio options are backports from FCEUX. Options are set as on/off toggle for each apu channel.

Compile with DEBUG=1 to see options.

* Add missing audio state vars, fix for hq audio when using runahead

* Additional checks for save ram (battery)

* Cleanup

* Update libretro header
2018-11-29 19:22:36 -06:00
retro-wertz
c58d035543 fix to games stayed unzipped 2017-04-02 02:12:44 +08:00
twinaphex
759b1b50c6 Merge file.c 2015-08-06 13:00:18 +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
5cfa9e8ac9 Don't rely on LSB_FIRST 2015-07-23 22:18:46 +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
30b4c60b21 Rename files endian.c and memory.c 2014-03-30 22:29:30 +02:00
twinaphex
7e6caac57d Initial commit - http://sourceforge.net/p/fceumm/code/160/ 2014-03-30 22:15:17 +02:00