From 11d6cbc74814fd8659c3ac7809d4a8dce74882db Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sun, 14 Apr 2024 10:23:26 -0500 Subject: [PATCH] update emulation cores guide --- doc/9-guides/emulation-cores.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/9-guides/emulation-cores.md b/doc/9-guides/emulation-cores.md index 2624f6ddc..d42dc459e 100644 --- a/doc/9-guides/emulation-cores.md +++ b/doc/9-guides/emulation-cores.md @@ -47,3 +47,10 @@ Furnace achieves the authentic sound of videogame hardware by emulating sound ch - **YMF262-LLE**: a new core written by the author of the Nuked cores. it features extremely accurate emulation. - this core uses even more CPU than YM3812-LLE. not suitable for playback or even rendering if you're impatient! +- **ESFM core**: + - **ESFMu**: the ESFM emulator. best choice but CPU intensive. + - **ESFMu (fast)**: this is a modification of ESFMu to reduce CPU usage at the cost of less accuracy. + +- **OPLL core**: + - **Nuked-OPLL**: this core is accurate and the default. + - **emu2413**: a less accurate core that uses less CPU.