mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 22:57:47 +00:00
file_sys/cheat_engine: Silence truncation and sign-conversion warnings
This commit is contained in:
parent
b59b7084c7
commit
0d44c061fe
2 changed files with 6 additions and 5 deletions
|
@ -223,7 +223,7 @@ public:
|
|||
~CheatEngine();
|
||||
|
||||
private:
|
||||
void FrameCallback(u64 userdata, int cycles_late);
|
||||
void FrameCallback(u64 userdata, s64 cycles_late);
|
||||
|
||||
std::vector<CheatList> cheats;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue