mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 08:39:00 +00:00
Android: Allow viewing/editing the actual codes
This commit is contained in:
parent
fc6c31c3db
commit
883a9f8a99
12 changed files with 223 additions and 19 deletions
|
@ -3,5 +3,11 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
namespace Cheats
|
||||
{
|
||||
constexpr int TRY_SET_FAIL_CODE_MIXED_ENCRYPTION = -3;
|
||||
constexpr int TRY_SET_FAIL_NO_CODE_LINES = -2;
|
||||
constexpr int TRY_SET_FAIL_NO_NAME = -1;
|
||||
constexpr int TRY_SET_SUCCESS = 0;
|
||||
// Result codes greater than 0 represent an error on the corresponding code line (one-indexed)
|
||||
} // namespace Cheats
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue