notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e50f05
)
more timing hacks
author
notaz
<notasas@gmail.com>
Sat, 19 Aug 2023 21:04:59 +0000
(
00:04
+0300)
committer
notaz
<notasas@gmail.com>
Sat, 19 Aug 2023 22:37:53 +0000
(
01:37
+0300)
libpcsxcore/database.c
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/database.c
b/libpcsxcore/database.c
index
a2e1822
..
5edb961
100644
(file)
--- a/
libpcsxcore/database.c
+++ b/
libpcsxcore/database.c
@@
-69,6
+69,10
@@
cycle_multiplier_overrides[] =
{ "SLES02558", 125 },
{ "SLES12558", 125 },
#endif
+ /* Discworld Noir - audio skips if CPU runs too fast */
+ { "SLES01549", 222 },
+ { "SLES02063", 222 },
+ { "SLES02064", 222 },
};
/* Function for automatic patching according to GameID. */