mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-13 08:17:51 +00:00
core_timing: remove user data value
This commit is contained in:
parent
84a1054801
commit
b9545c5a0e
15 changed files with 79 additions and 104 deletions
|
@ -70,7 +70,7 @@ public:
|
|||
void Reload(std::vector<CheatEntry> reload_cheats);
|
||||
|
||||
private:
|
||||
void FrameCallback(std::uintptr_t user_data, std::chrono::nanoseconds ns_late);
|
||||
void FrameCallback(std::chrono::nanoseconds ns_late);
|
||||
|
||||
DmntCheatVm vm;
|
||||
CheatProcessMetadata metadata;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue