From 54b71edbb5d5b56481b683729e8a29d531da1d20 Mon Sep 17 00:00:00 2001 From: spycat88 Date: Mon, 3 Jun 2024 14:16:27 +0100 Subject: [PATCH] daphne: update folder name --- docs/systems/daphne.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/systems/daphne.md b/docs/systems/daphne.md index 3420da173..b368d31b3 100644 --- a/docs/systems/daphne.md +++ b/docs/systems/daphne.md @@ -18,4 +18,4 @@ Hypseus-Singe supports two different game formats (Daphne and Singe). One thing to keep in mind (which will help when working with files) is that Daphne is emulation so it requires a rom dump of the arcade machine to function and Singe is simulation so it combines video files with LUA code to simulate the machines. -The Daphne format requires a rom file that goes in the `daphne/roms` directory and a folder per game that contains resources (video files, sounds, etc...) for each game. The Singe format is self-contained and its folders contain all the resources that a game requires to run. \ No newline at end of file +The Daphne format requires a rom file that goes in the `roms/daphne` directory and a folder per game that contains resources (video files, sounds, etc...) for each game. The Singe format is self-contained and its folders contain all the resources that a game requires to run.