From 485538d9c04adc4994667a482747c17acf9a489d Mon Sep 17 00:00:00 2001 From: Date: Mon, 28 Mar 2016 17:20:48 -0400 Subject: [PATCH] [Glide64] Only ban Set_Resolution for Android? --- Source/Glide64/Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Glide64/Config.h b/Source/Glide64/Config.h index 7b4b4c45b..1b17148c0 100644 --- a/Source/Glide64/Config.h +++ b/Source/Glide64/Config.h @@ -62,7 +62,7 @@ enum Set_ghq_cache_save, Set_ghq_cache_size, Set_ghq_hirs_let_texartists_fly, Set_ghq_hirs_dump, -#ifdef _WIN32 +#ifndef ANDROID Set_Resolution, Set_wrpResolution, #endif