mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-14 10:48:28 +12:00
coreinit: Fix memory mapping API
Fixes Unity based games freezing on boot
This commit is contained in:
parent
f2671f417f
commit
4b5014c16a
5 changed files with 75 additions and 96 deletions
|
@ -8,4 +8,5 @@ namespace Espresso
|
|||
constexpr inline uint64 BUS_CLOCK = 248625000;
|
||||
constexpr inline uint64 TIMER_CLOCK = BUS_CLOCK / 4;
|
||||
|
||||
constexpr inline uint32 MEM_PAGE_SIZE = 0x20000;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue