diff options
Diffstat (limited to 'Source/Android/jni/MainAndroid.cpp')
| -rw-r--r-- | Source/Android/jni/MainAndroid.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Android/jni/MainAndroid.cpp b/Source/Android/jni/MainAndroid.cpp index eca343be85..47a653d927 100644 --- a/Source/Android/jni/MainAndroid.cpp +++ b/Source/Android/jni/MainAndroid.cpp @@ -193,7 +193,7 @@ static bool LoadBanner(std::string filename, u32* Banner) if (pVolume != nullptr) { - int Width, Height; + u32 Width, Height; std::vector<u32> BannerVec = pVolume->GetBanner(&Width, &Height); // This code (along with above inlines) is moved from // elsewhere. Someone who knows anything about Android |
