mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-31 15:32:38 +00:00
Android: Don't name unused JNIEnv/jobject/jclass parameters
This commit is contained in:
parent
57dc54144d
commit
e4793cfb39
6 changed files with 85 additions and 110 deletions
|
@ -28,7 +28,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
JNIEXPORT jlong JNICALL Java_org_dolphinemu_dolphinemu_model_GameFileCache_newGameFileCache(
|
||||
JNIEnv* env, jclass obj, jstring path)
|
||||
JNIEnv* env, jclass, jstring path)
|
||||
{
|
||||
return reinterpret_cast<jlong>(new UICommon::GameFileCache(GetJString(env, path)));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue