Cheat file format changed from binary to plaintext

This commit is contained in:
Duckbill
2017-12-22 14:46:46 +03:00
parent 0e67b0f026
commit 5def0c18e2
3 changed files with 204 additions and 17 deletions

View File

@@ -24,6 +24,8 @@
* reasonable ways as different from the original version.
*/
/* This file was entirely written by Duckbill */
#pragma once
#include <3ds/types.h>
@@ -31,5 +33,4 @@
#define CHEATS_PER_MENU_PAGE 18
void RosalinaMenu_Cheats(void);
u32 Cheats_GetCurrentPID(u64* titleId);
void Cheats_applyKeyCheats();
void Cheat_applyKeyCheats();