Mesen-S/Core
2019-10-08 21:04:32 -04:00
..
AluMulDiv.cpp Input: Added multitap support 2019-08-09 11:45:20 -04:00
AluMulDiv.h Input: Added multitap support 2019-08-09 11:45:20 -04:00
AviRecorder.cpp Remove unnecessary checks before deleting a pointer 2019-04-12 19:03:54 -04:00
AviRecorder.h Video: AVI recording 2019-03-15 12:48:34 -04:00
BaseCartridge.cpp Added movies recording/playback support 2019-08-09 16:25:59 -04:00
BaseCartridge.h CX4 support (+ trace logger) 2019-08-03 23:43:51 -04:00
BaseControlDevice.cpp Added movies recording/playback support 2019-08-09 16:25:59 -04:00
BaseControlDevice.h Fixed console components leaking when power cycling 2019-07-13 00:02:51 -04:00
BaseCoprocessor.h Added movies recording/playback support 2019-08-09 16:25:59 -04:00
BaseRenderer.cpp Linux: Fixed crash on startup when show game timer option is enabled 2019-08-04 22:27:09 -04:00
BaseRenderer.h Imported video decode/renderer classes and related utilities from Mesen 2019-02-13 23:02:43 -05:00
BaseSoundManager.cpp Imported some code from Mesen (video, audio, UI, etc.) + basic trace logger/step functionality 2019-02-12 22:13:09 -05:00
BaseSoundManager.h Imported some code from Mesen (video, audio, UI, etc.) + basic trace logger/step functionality 2019-02-12 22:13:09 -05:00
BaseVideoFilter.cpp Video: Added basic blending option for high resolution modes to allow some transparency effects to display properly 2019-10-07 22:38:19 -04:00
BaseVideoFilter.h Video: Added basic blending option for high resolution modes to allow some transparency effects to display properly 2019-10-07 22:38:19 -04:00
BatteryManager.cpp Added movies recording/playback support 2019-08-09 16:25:59 -04:00
BatteryManager.h Added movies recording/playback support 2019-08-09 16:25:59 -04:00
blargg_common.h SPC: Integrate blargg's SPC emulation library 2019-02-16 11:23:01 -05:00
blargg_config.h SPC: Integrate blargg's SPC emulation library 2019-02-16 11:23:01 -05:00
blargg_endian.h SPC: Integrate blargg's SPC emulation library 2019-02-16 11:23:01 -05:00
blargg_source.h SPC: Integrate blargg's SPC emulation library 2019-02-16 11:23:01 -05:00
Breakpoint.cpp Added GSU (Super FX) support 2019-07-30 22:43:32 -04:00
Breakpoint.h SA-1 support (still missing a few rarely used features) 2019-07-25 22:22:09 -04:00
BreakpointManager.cpp Added GSU (Super FX) support 2019-07-30 22:43:32 -04:00
BreakpointManager.h Added GSU (Super FX) support 2019-07-30 22:43:32 -04:00
CallstackManager.cpp Debugger: Step into, step over, run ppu cycle/scanline/frame (+ call stack fixes) 2019-03-24 16:42:52 -04:00
CallstackManager.h Debugger: Step into, step over, run ppu cycle/scanline/frame (+ call stack fixes) 2019-03-24 16:42:52 -04:00
CartTypes.h Added S-DD1 support 2019-07-31 23:04:30 -04:00
CodeDataLogger.cpp SA-1 support (still missing a few rarely used features) 2019-07-25 22:22:09 -04:00
CodeDataLogger.h Debugger: Add read/write/exec/etc highlighting to memory tools 2019-03-28 22:45:04 -04:00
Console.cpp Debugger: Fixed crash when using event viewer in PAL mode 2019-10-08 21:04:32 -04:00
Console.h Added movies recording/playback support 2019-08-09 16:25:59 -04:00
ConsoleLock.cpp Debugger: Improved pause/unpause behavior when opening/closing debugger or loading states with debugger opened 2019-10-06 20:41:48 -04:00
ConsoleLock.h Debugger: Improved pause/unpause behavior when opening/closing debugger or loading states with debugger opened 2019-10-06 20:41:48 -04:00
ControlDeviceState.h Core: Added SNES controller support 2019-02-17 20:29:29 -05:00
ControlManager.cpp Input: Added Super Scope support 2019-08-09 20:47:12 -04:00
ControlManager.h Added movies recording/playback support 2019-08-09 16:25:59 -04:00
Core.vcxproj Input: Added Super Scope support 2019-08-09 20:47:12 -04:00
Core.vcxproj.filters Input: Added Super Scope support 2019-08-09 20:47:12 -04:00
Cpu.cpp SA-1 support (still missing a few rarely used features) 2019-07-25 22:22:09 -04:00
Cpu.h SA-1 support (still missing a few rarely used features) 2019-07-25 22:22:09 -04:00
Cpu.Instructions.h SA-1 support (still missing a few rarely used features) 2019-07-25 22:22:09 -04:00
Cpu.Shared.h SA-1 support (still missing a few rarely used features) 2019-07-25 22:22:09 -04:00
CpuBwRamHandler.h SA-1: Add support for both character conversion types 2019-08-08 23:05:24 -04:00
CpuDebugger.cpp Added GSU (Super FX) support 2019-07-30 22:43:32 -04:00
CpuDebugger.h Debugger: Fixed CPU/SA1 debugger truncating the address value 2019-07-29 16:47:14 -04:00
CpuDisUtils.cpp Debugger: Optimized disassembler (~30% faster) 2019-08-04 16:32:59 -04:00
CpuDisUtils.h Debugger: Optimized disassembler (~30% faster) 2019-08-04 16:32:59 -04:00
CpuTypes.h SA-1 support (still missing a few rarely used features) 2019-07-25 22:22:09 -04:00
Cx4.cpp CX4: Fixed bug when jumping to address 0 in a page 2019-08-04 12:30:09 -04:00
Cx4.h CX4 support (+ trace logger) 2019-08-03 23:43:51 -04:00
Cx4.Instructions.cpp Fixed GCC warnings/errors 2019-08-09 20:50:54 -04:00
Cx4DisUtils.cpp Fixed GCC warnings/errors 2019-08-09 20:50:54 -04:00
Cx4DisUtils.h CX4 support (+ trace logger) 2019-08-03 23:43:51 -04:00
Cx4Types.h CX4 support (+ trace logger) 2019-08-03 23:43:51 -04:00
DebugBreakHelper.h Debugger: Fixed UI update issues when power cycling 2019-05-14 19:27:45 -04:00
Debugger.cpp Debugger: Improved pause/unpause behavior when opening/closing debugger or loading states with debugger opened 2019-10-06 20:41:48 -04:00
Debugger.h CX4 support (+ trace logger) 2019-08-03 23:43:51 -04:00
DebugHud.cpp Imported video decode/renderer classes and related utilities from Mesen 2019-02-13 23:02:43 -05:00
DebugHud.h Imported video decode/renderer classes and related utilities from Mesen 2019-02-13 23:02:43 -05:00
DebugStats.cpp Linux: Fixed build/makefile and compilation errors/warnings (and add missing files to git) 2019-03-31 14:50:12 -04:00
DebugStats.h UI: Added audio options (sample rate, volume, latency, equalizer) 2019-03-10 17:56:54 -04:00
DebugTypes.h CX4 support (+ trace logger) 2019-08-03 23:43:51 -04:00
DebugUtilities.h CX4 support (+ trace logger) 2019-08-03 23:43:51 -04:00
DefaultVideoFilter.cpp Video: Added basic blending option for high resolution modes to allow some transparency effects to display properly 2019-10-07 22:38:19 -04:00
DefaultVideoFilter.h Video: Added basic blending option for high resolution modes to allow some transparency effects to display properly 2019-10-07 22:38:19 -04:00
Disassembler.cpp Debugger: Change solution to remove addresses on sub start headers (previous code caused crash when a label exists) 2019-08-04 20:10:35 -04:00
Disassembler.h Fixed GCC compilation error 2019-08-04 19:20:49 -04:00
DisassemblyInfo.cpp CX4 support (+ trace logger) 2019-08-03 23:43:51 -04:00
DisassemblyInfo.h Added GSU (Super FX) support 2019-07-30 22:43:32 -04:00
DmaController.cpp SA-1 support (still missing a few rarely used features) 2019-07-25 22:22:09 -04:00
DmaController.h DMA: Fixed HDMA not properly interrupting DMA (fixes Dekitate High School) 2019-07-06 18:07:09 -04:00
DrawCommand.h Video: Output standard resolution frames in 256x239 instead of always doubling resolution 2019-07-06 14:03:27 -04:00
DrawLineCommand.h Imported video decode/renderer classes and related utilities from Mesen 2019-02-13 23:02:43 -05:00
DrawPixelCommand.h Imported video decode/renderer classes and related utilities from Mesen 2019-02-13 23:02:43 -05:00
DrawRectangleCommand.h Imported video decode/renderer classes and related utilities from Mesen 2019-02-13 23:02:43 -05:00
DrawScreenBufferCommand.h Imported video decode/renderer classes and related utilities from Mesen 2019-02-13 23:02:43 -05:00
DrawStringCommand.h Imported video decode/renderer classes and related utilities from Mesen 2019-02-13 23:02:43 -05:00
DummyCpu.h SA-1 support (still missing a few rarely used features) 2019-07-25 22:22:09 -04:00
DummySpc.h SA-1 support (still missing a few rarely used features) 2019-07-25 22:22:09 -04:00
EmuSettings.cpp Added support for overclocking (by adding extra scanlines before/after NMI) 2019-07-19 19:39:38 -04:00
EmuSettings.h UI: Added pause/background/volume related options 2019-07-17 20:31:29 -04:00
EventManager.cpp Debugger: Fixed crash when using event viewer in PAL mode 2019-10-08 21:04:32 -04:00
EventManager.h Debugger: Fixed crash when using event viewer in PAL mode 2019-10-08 21:04:32 -04:00
EventType.h Debugger: Reset counters when resetting game or loading a save state 2019-10-06 19:06:18 -04:00
ExpressionEvaluator.cpp Fixed GCC warnings/errors 2019-08-09 20:50:54 -04:00
ExpressionEvaluator.h Added GSU (Super FX) support 2019-07-30 22:43:32 -04:00
FirmwareHelper.h Refactoring: Renamed "bios" to "firmware" 2019-07-17 22:14:13 -04:00
FrameLimiter.h Fixed some uninitialized variables 2019-07-13 13:43:56 -04:00
Gsu.cpp Added movies recording/playback support 2019-08-09 16:25:59 -04:00
Gsu.h Added movies recording/playback support 2019-08-09 16:25:59 -04:00
Gsu.Instructions.cpp GSU: Fixed RPIX implementation 2019-08-06 21:28:01 -04:00
GsuDebugger.cpp Added GSU (Super FX) support 2019-07-30 22:43:32 -04:00
GsuDebugger.h Added GSU (Super FX) support 2019-07-30 22:43:32 -04:00
GsuDisUtils.cpp Added GSU (Super FX) support 2019-07-30 22:43:32 -04:00
GsuDisUtils.h Added GSU (Super FX) support 2019-07-30 22:43:32 -04:00
GsuRamHandler.h Added GSU (Super FX) support 2019-07-30 22:43:32 -04:00
GsuRomHandler.h Added GSU (Super FX) support 2019-07-30 22:43:32 -04:00
GsuTypes.h Added GSU (Super FX) support 2019-07-30 22:43:32 -04:00
IAudioDevice.h UI: Added audio options (sample rate, volume, latency, equalizer) 2019-03-10 17:56:54 -04:00
IInputProvider.h Imported some code from Mesen (video, audio, UI, etc.) + basic trace logger/step functionality 2019-02-12 22:13:09 -05:00
IInputRecorder.h Imported some code from Mesen (video, audio, UI, etc.) + basic trace logger/step functionality 2019-02-12 22:13:09 -05:00
IKeyManager.h Imported some code from Mesen (video, audio, UI, etc.) + basic trace logger/step functionality 2019-02-12 22:13:09 -05:00
IMemoryHandler.h Debugger: Improved memory tools performance 2019-03-28 22:45:01 -04:00
IMessageManager.h Imported some code from Mesen (video, audio, UI, etc.) + basic trace logger/step functionality 2019-02-12 22:13:09 -05:00
INotificationListener.h Refactoring: Renamed "bios" to "firmware" 2019-07-17 22:14:13 -04:00
InternalRegisters.cpp Performance: Force inlined 2 functions for a ~5% speed boost 2019-10-06 13:20:50 -04:00
InternalRegisters.h Performance: Force inlined 2 functions for a ~5% speed boost 2019-10-06 13:20:50 -04:00
IRenderingDevice.h Imported some code from Mesen (video, audio, UI, etc.) + basic trace logger/step functionality 2019-02-12 22:13:09 -05:00
KeyManager.cpp Input: Added Super Scope support 2019-08-09 20:47:12 -04:00
KeyManager.h UI: Added pause/background/volume related options 2019-07-17 20:31:29 -04:00
LabelManager.cpp Debugger: Optimized disassembler (~30% faster) 2019-08-04 16:32:59 -04:00
LabelManager.h Debugger: Optimized disassembler (~30% faster) 2019-08-04 16:32:59 -04:00
LuaApi.cpp Debugger: Reset counters when resetting game or loading a save state 2019-10-06 19:06:18 -04:00
LuaApi.h Debugger: Lua scripting support 2019-05-12 21:18:22 -04:00
LuaCallHelper.cpp Libretro: Added libretro core 2019-07-02 19:56:00 -04:00
LuaCallHelper.h Debugger: Lua scripting support 2019-05-12 21:18:22 -04:00
LuaScriptingContext.cpp Lua: Fixed memory callbacks with addresses over $FFFF 2019-10-06 13:20:50 -04:00
LuaScriptingContext.h Lua: Fixed memory callbacks with addresses over $FFFF 2019-10-06 13:20:50 -04:00
MemoryAccessCounter.cpp Debugger: Reset counters when resetting game or loading a save state 2019-10-06 19:06:18 -04:00
MemoryAccessCounter.h Debugger: Reset counters when resetting game or loading a save state 2019-10-06 19:06:18 -04:00
MemoryDumper.cpp CX4 support (+ trace logger) 2019-08-03 23:43:51 -04:00
MemoryDumper.h Debugger: Lua scripting support 2019-05-12 21:18:22 -04:00
MemoryManager.cpp CX4 support (+ trace logger) 2019-08-03 23:43:51 -04:00
MemoryManager.h Added GSU (Super FX) support 2019-07-30 22:43:32 -04:00
MemoryMappings.cpp SA-1 support (still missing a few rarely used features) 2019-07-25 22:22:09 -04:00
MemoryMappings.h SA-1 support (still missing a few rarely used features) 2019-07-25 22:22:09 -04:00
MesenMovie.cpp Fixed GCC warnings/errors 2019-08-09 20:50:54 -04:00
MesenMovie.h Added movies recording/playback support 2019-08-09 16:25:59 -04:00
MessageManager.cpp Added movies recording/playback support 2019-08-09 16:25:59 -04:00
MessageManager.h SA-1 support (still missing a few rarely used features) 2019-07-25 22:22:09 -04:00
MovieManager.cpp Fixed GCC warnings/errors 2019-08-09 20:50:54 -04:00
MovieManager.h Added movies recording/playback support 2019-08-09 16:25:59 -04:00
MovieRecorder.cpp Added movies recording/playback support 2019-08-09 16:25:59 -04:00
MovieRecorder.h Added movies recording/playback support 2019-08-09 16:25:59 -04:00
MovieTypes.h Added movies recording/playback support 2019-08-09 16:25:59 -04:00
Multitap.h Added movies recording/playback support 2019-08-09 16:25:59 -04:00
NecDsp.cpp Added movies recording/playback support 2019-08-09 16:25:59 -04:00
NecDsp.h Added movies recording/playback support 2019-08-09 16:25:59 -04:00
NecDspDisUtils.cpp Debugger: Fixed crash in disassembly, slightly improved search performance 2019-07-18 16:14:32 -04:00
NecDspDisUtils.h Added GSU (Super FX) support 2019-07-30 22:43:32 -04:00
NecDspTypes.h DSP: Added support for DSP-1/2/3/4 games (LLE - requires bios file) 2019-07-14 21:45:12 -04:00
NotificationManager.cpp Debugger: Added hex editor 2019-02-15 21:33:13 -05:00
NotificationManager.h Debugger: Added hex editor 2019-02-15 21:33:13 -05:00
NtscFilter.cpp Video: Output standard resolution frames in 256x239 instead of always doubling resolution 2019-07-06 14:03:27 -04:00
NtscFilter.h UI: Added video options (scale, filters, aspect ratio) 2019-03-10 11:12:50 -04:00
Obc1.cpp Added OBC1 support 2019-08-04 14:01:33 -04:00
Obc1.h Added OBC1 support 2019-08-04 14:01:33 -04:00
Ppu.cpp Debugger: Fixed crash when using event viewer in PAL mode 2019-10-08 21:04:32 -04:00
Ppu.h Debugger: Fixed crash when using event viewer in PAL mode 2019-10-08 21:04:32 -04:00
PpuTools.cpp Debugger: Tilemap viewer - Ensure the PPU's state at the selected scanline+cycle is used 2019-07-18 16:21:41 -04:00
PpuTools.h Debugger: Tilemap viewer - Ensure the PPU's state at the selected scanline+cycle is used 2019-07-18 16:21:41 -04:00
PpuTypes.h Debugger: Tilemap Viewer - Fixed scroll overlay size (large tiles vs large screen bug) 2019-07-16 21:21:10 -04:00
RamHandler.h Cart: Fixed RAM mirroring when size is smaller than 4KB 2019-04-03 20:07:47 -04:00
RegisterHandlerA.h Debugger: Improved memory tools performance 2019-03-28 22:45:01 -04:00
RegisterHandlerB.cpp SA-1 support (still missing a few rarely used features) 2019-07-25 22:22:09 -04:00
RegisterHandlerB.h SA-1 support (still missing a few rarely used features) 2019-07-25 22:22:09 -04:00
RewindData.cpp Rewind: Tweak rewind to make it less cpu/memory intensive 2019-07-13 10:02:23 -04:00
RewindData.h Added rewind + fast forward support 2019-03-12 12:06:42 -04:00
RewindManager.cpp Rewind: Fixed crash/corrupted video when rewinding in games that switch between regular & high res modes 2019-07-25 23:10:42 -04:00
RewindManager.h Rewind: Fixed crash/corrupted video when rewinding in games that switch between regular & high res modes 2019-07-25 23:10:42 -04:00
RomHandler.h Memory manager refactoring 2019-02-26 22:27:09 -05:00
Sa1.cpp SA-1: Fixed CPU NMI vector override 2019-08-09 00:04:32 -04:00
Sa1.h SA-1: Added variable bit length data support 2019-08-09 00:04:01 -04:00
Sa1Cpu.cpp SA1: Fixed mid-game SA1 reset causing it to run for very long periods of time before allowing emulation to resume 2019-08-07 20:20:42 -04:00
Sa1Cpu.h SA1: Fixed mid-game SA1 reset causing it to run for very long periods of time before allowing emulation to resume 2019-08-07 20:20:42 -04:00
Sa1Types.h SA-1: Added variable bit length data support 2019-08-09 00:04:01 -04:00
Sa1VectorHandler.h SA-1 support (still missing a few rarely used features) 2019-07-25 22:22:09 -04:00
SaveStateManager.cpp Debugger: Reset counters when resetting game or loading a save state 2019-10-06 19:06:18 -04:00
SaveStateManager.h DMA: Fixed HDMA not properly interrupting DMA (fixes Dekitate High School) 2019-07-06 18:07:09 -04:00
ScaleFilter.cpp Remove unnecessary checks before deleting a pointer 2019-04-12 19:03:54 -04:00
ScaleFilter.h UI: Added video options (scale, filters, aspect ratio) 2019-03-10 11:12:50 -04:00
ScriptHost.cpp Debugger: Lua scripting support 2019-05-12 21:18:22 -04:00
ScriptHost.h Debugger: Lua scripting support 2019-05-12 21:18:22 -04:00
ScriptingContext.cpp MinGW: Fixed compilation errors/warnings 2019-07-03 00:44:45 -04:00
ScriptingContext.h Lua: Fixed memory callbacks with addresses over $FFFF 2019-10-06 13:20:50 -04:00
ScriptManager.cpp Debugger: Lua scripting support 2019-05-12 21:18:22 -04:00
ScriptManager.h Debugger: Lua scripting support 2019-05-12 21:18:22 -04:00
Sdd1.cpp Added S-DD1 support 2019-07-31 23:04:30 -04:00
Sdd1.h Added S-DD1 support 2019-07-31 23:04:30 -04:00
Sdd1Decomp.cpp Fixed libretro makefile 2019-08-01 09:05:45 -04:00
Sdd1Decomp.h Added S-DD1 support 2019-07-31 23:04:30 -04:00
Sdd1Mmc.cpp Added S-DD1 support 2019-07-31 23:04:30 -04:00
Sdd1Mmc.h Added S-DD1 support 2019-07-31 23:04:30 -04:00
Sdd1Types.h Added S-DD1 support 2019-07-31 23:04:30 -04:00
SettingTypes.h Video: Added basic blending option for high resolution modes to allow some transparency effects to display properly 2019-10-07 22:38:19 -04:00
ShortcutKeyHandler.cpp Added movies recording/playback support 2019-08-09 16:25:59 -04:00
ShortcutKeyHandler.h Added rewind + fast forward support 2019-03-12 12:06:42 -04:00
SnesController.h Input: Fixed "controller strobebehavior" test 2019-08-04 20:03:13 -04:00
SnesMouse.h Input: Fixed "controller strobebehavior" test 2019-08-04 20:03:13 -04:00
SoundMixer.cpp UI: Added pause/background/volume related options 2019-07-17 20:31:29 -04:00
SoundMixer.h Audio: Added sound recorder 2019-03-15 12:58:30 -04:00
SoundResampler.cpp Audio: Added sound recorder 2019-03-15 12:58:30 -04:00
SoundResampler.h UI: Added audio options (sample rate, volume, latency, equalizer) 2019-03-10 17:56:54 -04:00
Spc.cpp SA-1 support (still missing a few rarely used features) 2019-07-25 22:22:09 -04:00
Spc.h SA-1 support (still missing a few rarely used features) 2019-07-25 22:22:09 -04:00
Spc.Instructions.cpp SPC: Implemented SLEEP/STOP behavior to avoid lock up when a crashed SPC program calls them 2019-07-08 22:06:12 -04:00
SPC_DSP.cpp SPC: Removed echo write protect logic (this behavior probably does not exist) 2019-05-20 14:38:05 -04:00
SPC_DSP.h DSP: Fixed out-of-bounds read 2019-08-03 23:52:21 -04:00
SPC_Filter.cpp SPC: Integrate blargg's SPC emulation library 2019-02-16 11:23:01 -05:00
SPC_Filter.h SPC: Integrate blargg's SPC emulation library 2019-02-16 11:23:01 -05:00
SpcDebugger.cpp SA-1 support (still missing a few rarely used features) 2019-07-25 22:22:09 -04:00
SpcDebugger.h SA-1 support (still missing a few rarely used features) 2019-07-25 22:22:09 -04:00
SpcDisUtils.cpp Debugger: Fixed crash in disassembly, slightly improved search performance 2019-07-18 16:14:32 -04:00
SpcDisUtils.h Debugger: Added support for code labels/comments 2019-04-29 20:12:39 -04:00
SpcTimer.h Debugger: SPC watch and conditional breakpoints 2019-04-07 14:38:22 -04:00
SpcTypes.h SPC: Implemented SLEEP/STOP behavior to avoid lock up when a crashed SPC program calls them 2019-07-08 22:06:12 -04:00
stdafx.cpp 65816 core working in 6502 emulation mode 2019-02-11 19:18:47 -05:00
stdafx.h Linux: Fixed compilation error on clang/gcc 2019-10-06 21:40:43 -04:00
SuperScope.h Input: Added Super Scope support 2019-08-09 20:47:12 -04:00
SystemActionManager.h Debugger: Suspend debugger on reset/power cycle to avoid hitting breakpoints while waiting for reset/power cycle 2019-07-16 22:38:39 -04:00
TraceLogger.cpp CX4 support (+ trace logger) 2019-08-03 23:43:51 -04:00
TraceLogger.h CX4 support (+ trace logger) 2019-08-03 23:43:51 -04:00
VideoDecoder.cpp UI: Fixed rendering issues on startup 2019-07-16 19:08:16 -04:00
VideoDecoder.h Video: Overscan settings 2019-03-15 10:15:45 -04:00
VideoRenderer.cpp Video: AVI recording 2019-03-15 12:48:34 -04:00
VideoRenderer.h Video: AVI recording 2019-03-15 12:48:34 -04:00
WaveRecorder.cpp Audio: Added sound recorder 2019-03-15 12:58:30 -04:00
WaveRecorder.h Audio: Added sound recorder 2019-03-15 12:58:30 -04:00