QuickNES_Core/nes_emu
libretroadmin cd73f021be Buildfix
2024-02-01 21:54:41 +01:00
..
mappers Putting all stray class function definitions inside mapper class declarations to prevent multiple definition errors when including them from multiple sources 2024-01-07 15:44:36 +01:00
abstract_file.cpp Fix potential free(NULL); problems 2020-05-18 20:56:06 +02:00
abstract_file.h Cleanups 2020-10-03 22:11:32 +02:00
apu_state.cpp Audio Buffer Saving and VRC7 Audio Savestate Fix 2018-04-15 12:33:38 -05:00
apu_state.h Change line-endings to LF 2018-03-24 05:01:22 +08:00
blargg_common.h Get rid of BLARGG_NEW and replace with new 2022-07-25 12:46:34 +02:00
blargg_config.h Change line-endings to LF 2018-03-24 05:01:22 +08:00
blargg_endian.h Cleanups 2020-10-07 14:52:02 +02:00
blargg_source.h Cleanups 2020-10-07 14:52:02 +02:00
Blip_Buffer.cpp Fix potential free(NULL); problems 2020-05-18 20:56:06 +02:00
Blip_Buffer.h Audio Buffer Saving and VRC7 Audio Savestate Fix 2018-04-15 12:33:38 -05:00
Data_Reader.cpp Remove stdio.h includes 2021-11-02 15:53:22 +01:00
Data_Reader.h seek_v and seek not used, remove 2020-10-07 14:41:34 +02:00
Effects_Buffer.cpp Get rid of BLARGG_NEW and replace with new 2022-07-25 12:46:34 +02:00
Effects_Buffer.h Change line-endings to LF 2018-03-24 05:01:22 +08:00
emu2413_state.cpp Audio Buffer Saving and VRC7 Audio Savestate Fix 2018-04-15 12:33:38 -05:00
emu2413_state.h Audio Buffer Saving and VRC7 Audio Savestate Fix 2018-04-15 12:33:38 -05:00
emu2413.cpp Cleanups - get rid of some unnecessary memsets and get rid of a 2022-07-25 12:56:42 +02:00
emu2413.h Backport additional mappers 2018-03-14 13:54:31 +08:00
Multi_Buffer.cpp Code Cleanup and Audio/Video Disable support 2018-04-16 13:57:03 -05:00
Multi_Buffer.h Code Cleanup and Audio/Video Disable support 2018-04-16 13:57:03 -05:00
Nes_Apu.cpp Change line-endings to LF 2018-03-24 05:01:22 +08:00
Nes_Apu.h Change line-endings to LF 2018-03-24 05:01:22 +08:00
Nes_Buffer.cpp Prevent division by zero 2019-08-23 13:51:37 -04:00
Nes_Buffer.h Code Cleanup and Audio/Video Disable support 2018-04-16 13:57:03 -05:00
Nes_Cart.cpp Fix potential free(NULL); problems 2020-05-18 20:56:06 +02:00
Nes_Cart.h Change line-endings to LF 2018-03-24 05:01:22 +08:00
Nes_Core.cpp Get rid of BLARGG_NEW and replace with new 2022-07-25 12:46:34 +02:00
Nes_Core.h Change line-endings to LF 2018-03-24 05:01:22 +08:00
nes_cpu_io.h Change line-endings to LF 2018-03-24 05:01:22 +08:00
Nes_Cpu.cpp Change line-endings to LF 2018-03-24 05:01:22 +08:00
Nes_Cpu.h Change line-endings to LF 2018-03-24 05:01:22 +08:00
nes_data.cpp Change line-endings to LF 2018-03-24 05:01:22 +08:00
nes_data.h Audio Buffer Saving and VRC7 Audio Savestate Fix 2018-04-15 12:33:38 -05:00
Nes_Effects_Buffer.cpp Add stereo panning(simulated stereo) in core options 2018-04-24 11:01:11 +08:00
Nes_Effects_Buffer.h Add stereo panning(simulated stereo) in core options 2018-04-24 11:01:11 +08:00
Nes_Emu.cpp Get rid of BLARGG_NEW and replace with new 2022-07-25 12:46:34 +02:00
Nes_Emu.h Get rid of Nes_Recorder references 2020-10-07 14:47:39 +02:00
Nes_File.cpp Change line-endings to LF 2018-03-24 05:01:22 +08:00
Nes_File.h Change line-endings to LF 2018-03-24 05:01:22 +08:00
Nes_Fme7_Apu.cpp Change line-endings to LF 2018-03-24 05:01:22 +08:00
Nes_Fme7_Apu.h Audio Buffer Saving and VRC7 Audio Savestate Fix 2018-04-15 12:33:38 -05:00
Nes_Mapper.cpp Buildfix 2024-02-01 21:54:41 +01:00
Nes_Mapper.h Restructuring of NES mappers into a homogeneous format. 2024-01-07 14:37:58 +01:00
Nes_Namco_Apu.cpp Support for more mappers, Add Namco106 sound states 2018-04-20 01:47:15 +08:00
Nes_Namco_Apu.h Support for more mappers, Add Namco106 sound states 2018-04-20 01:47:15 +08:00
nes_ntsc_config.h Add FCEUmm palettes 2018-11-15 14:46:08 +00:00
nes_ntsc_impl.h Add FCEUmm palettes 2018-11-15 14:46:08 +00:00
nes_ntsc.cpp Remove restrict 2018-12-27 01:04:47 +01:00
nes_ntsc.h Add FCEUmm palettes 2018-11-15 14:46:08 +00:00
Nes_Oscs.cpp Change line-endings to LF 2018-03-24 05:01:22 +08:00
Nes_Oscs.h Change line-endings to LF 2018-03-24 05:01:22 +08:00
Nes_Ppu_Bg.h Change line-endings to LF 2018-03-24 05:01:22 +08:00
Nes_Ppu_Impl.cpp Get rid of BLARGG_NEW and replace with new 2022-07-25 12:46:34 +02:00
Nes_Ppu_Impl.h Change line-endings to LF 2018-03-24 05:01:22 +08:00
Nes_Ppu_Rendering.cpp Change line-endings to LF 2018-03-24 05:01:22 +08:00
Nes_Ppu_Rendering.h Change line-endings to LF 2018-03-24 05:01:22 +08:00
Nes_Ppu_Sprites.h Change line-endings to LF 2018-03-24 05:01:22 +08:00
Nes_Ppu.cpp Change line-endings to LF 2018-03-24 05:01:22 +08:00
Nes_Ppu.h Change line-endings to LF 2018-03-24 05:01:22 +08:00
Nes_State.cpp Get rid of BLARGG_NEW and replace with new 2022-07-25 12:46:34 +02:00
Nes_State.h Get rid of Nes_Recorder references 2020-10-07 14:47:39 +02:00
nes_util.cpp Change line-endings to LF 2018-03-24 05:01:22 +08:00
nes_util.h Change line-endings to LF 2018-03-24 05:01:22 +08:00
Nes_Vrc6_Apu.cpp Audio Buffer Saving and VRC7 Audio Savestate Fix 2018-04-15 12:33:38 -05:00
Nes_Vrc6_Apu.h Change line-endings to LF 2018-03-24 05:01:22 +08:00
Nes_Vrc7.cpp Audio Buffer Saving and VRC7 Audio Savestate Fix 2018-04-15 12:33:38 -05:00
Nes_Vrc7.h Audio Buffer Saving and VRC7 Audio Savestate Fix 2018-04-15 12:33:38 -05:00