Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 4, 2023
2 parents 9e02d76 + 1248858 commit e0136dc
Show file tree
Hide file tree
Showing 11 changed files with 7,635 additions and 1,008 deletions.
3 changes: 2 additions & 1 deletion bin/resources/GameIndex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21617,7 +21617,8 @@ SLES-54122:
region: "PAL-E"
gameFixes:
- GIFFIFOHack # Partially fixes PATH3 Masking timing, not enough on its own.
- EETimingHack # Massages the timing slightly further to make it work okay.
speedHacks:
eeCycleRate: 3 # Corrects timing of PATH3 further.
SLES-54123:
name: "Marvel - Ultimate Alliance"
region: "PAL-E-I"
Expand Down
2 changes: 2 additions & 0 deletions common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ target_sources(common PRIVATE
ReadbackSpinManager.cpp
Semaphore.cpp
SettingsWrapper.cpp
SmallString.cpp
StringUtil.cpp
TextureDecompress.cpp
Timer.cpp
Expand Down Expand Up @@ -93,6 +94,7 @@ target_sources(common PRIVATE
ScopedGuard.h
SettingsInterface.h
SettingsWrapper.h
SmallString.h
StringUtil.h
Timer.h
TextureDecompress.h
Expand Down
Loading

0 comments on commit e0136dc

Please sign in to comment.