mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Android: Add edit button for cheats
This commit is contained in:
7
Source/Android/jni/Cheats/Cheats.h
Normal file
7
Source/Android/jni/Cheats/Cheats.h
Normal file
@ -0,0 +1,7 @@
|
||||
// Copyright 2021 Dolphin Emulator Project
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
constexpr int TRY_SET_FAIL_NO_NAME = -1;
|
||||
constexpr int TRY_SET_SUCCESS = 0;
|
Reference in New Issue
Block a user