Android: Add creator and notes fields for Gecko codes

This commit is contained in:
JosJuice
2021-08-09 19:54:52 +02:00
parent 883a9f8a99
commit e299be1d85
11 changed files with 162 additions and 13 deletions

View File

@ -74,7 +74,7 @@ Java_org_dolphinemu_dolphinemu_features_cheats_model_ARCheat_getEnabled(JNIEnv*
}
JNIEXPORT jint JNICALL Java_org_dolphinemu_dolphinemu_features_cheats_model_ARCheat_trySetImpl(
JNIEnv* env, jobject obj, jstring name, jstring code_string)
JNIEnv* env, jobject obj, jstring name, jstring creator, jstring notes, jstring code_string)
{
ActionReplay::ARCode* code = GetPointer(env, obj);