From bf49e00c371fc5df9992bcba7ea24fab388ee480 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Fri, 23 Feb 2024 23:37:05 +0100 Subject: [PATCH] correct path --- src/emu_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu_init.c b/src/emu_init.c index 21afecc..93df0d0 100644 --- a/src/emu_init.c +++ b/src/emu_init.c @@ -228,7 +228,7 @@ int exit_emulator( void ) } /***********************************************/ -/* READING ~/.x48ng/{rom,ram,hp48,port1,port2} */ +/* READING ~/.config/x48ng/{rom,ram,state,port1,port2} */ /***********************************************/ int read_8( FILE* fp, word_8* var )