mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 20:49:12 +12:00
Remove global definition of badCheatHandle
This commit is contained in:
parent
31eea40ea5
commit
01b6380242
4 changed files with 19 additions and 23 deletions
|
@ -18,8 +18,7 @@
|
|||
#include "panda_qt/text_editor.hpp"
|
||||
#include "services/hid.hpp"
|
||||
|
||||
struct CheatMessage
|
||||
{
|
||||
struct CheatMessage {
|
||||
u32 handle;
|
||||
std::vector<uint8_t> cheat;
|
||||
std::function<void(u32)> callback;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue