repo.or.cz
/
open-ps2-loader.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
a9ee6e0
)
mgh: fix for default HDD DMA mode, that wasn't correctly set
author
Hominem te esse
<
[email protected]
>
Thu, 26 Apr 2012 20:46:24 +0000
(26 22:46 +0200)
committer
Hominem te esse
<
[email protected]
>
Thu, 26 Apr 2012 20:46:24 +0000
(26 22:46 +0200)
src/hddsupport.c
patch
|
blob
|
blame
|
history
diff --git
a/src/hddsupport.c
b/src/hddsupport.c
index
d8c2aff
..
4e04c3a
100644
(file)
--- a/
src/hddsupport.c
+++ b/
src/hddsupport.c
@@
-349,7
+349,7
@@
static void hddLaunchGame(int id, config_set_t* configSet) {
char gid[5];
configGetDiscIDBinary(configSet, gid);
- int dmaType = 0, dmaMode =
0
, compatMode = 0;
+ int dmaType = 0, dmaMode =
7
, compatMode = 0;
configGetInt(configSet, CONFIG_ITEM_COMPAT, &compatMode);
configGetInt(configSet, CONFIG_ITEM_DMA, &dmaMode);
if(dmaMode < 3)