summaryrefslogtreecommitdiff
path: root/emulators/adamem/files/patch-ADAMEm.c
blob: fddf36fdbccfd9fb2c150781d2e613c399e82865 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Index: ADAMEm.c
@@ -737,7 +737,7 @@
  strcat (szJoystickFileName,"adamem.joy");
 #ifdef SOUND
  strcpy (szSoundFileName,ProgramPath);
- strcat (szSoundFileName,"adamem.snd");
+ strcat (szSoundFileName,"%%DATADIR%%/adamem.snd");
 #endif
  LoadConfigFile (szTempFileName,MainConfigFile);
  if (!ParseOptions(_argc,_argv))