commit 934ace0ea7f9708ffa482229204025d904c3752b
parent 2a4319e2cf93b1df98d775a9c96572e779e7439e
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date: Mon, 29 Jul 2024 17:09:37 +0200
load preset rom if exists
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/source/nord/n2x/n2xLib/n2xflash.cpp b/source/nord/n2x/n2xLib/n2xflash.cpp
@@ -7,7 +7,6 @@ namespace n2x
{
Flash::Flash()
{
- return;
const auto filename = synthLib::findROM(g_flashSize, g_flashSize);
if(!filename.empty())