mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Change JitState::downcountAmount to u32
This commit is contained in:
parent
1805f6e381
commit
65ff0146b9
6 changed files with 8 additions and 8 deletions
|
@ -49,7 +49,7 @@ struct Patch
|
|||
|
||||
const char* PatchTypeAsString(PatchType type);
|
||||
|
||||
int GetSpeedhackCycles(const u32 addr);
|
||||
u32 GetSpeedhackCycles(const u32 addr);
|
||||
|
||||
std::optional<PatchEntry> DeserializeLine(std::string line);
|
||||
std::string SerializeLine(const PatchEntry& entry);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue