Skip to content

Commit

Permalink
Implement custom driver loading for ARM64 Android devices
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-xd committed Dec 12, 2023
1 parent 4f55fb9 commit d52e6b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions UI/GameSettingsScreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
#include "UI/RetroAchievementScreens.h"

#include "Common/File/FileUtil.h"
#include "Common/File/VFS/ZipFileReader.h"
#include "Common/Data/Format/JSONReader.h"
#include "Common/File/AndroidContentURI.h"
#include "Common/OSVersion.h"
#include "Common/TimeUtil.h"
Expand Down Expand Up @@ -91,9 +93,7 @@
#if PPSSPP_PLATFORM(ANDROID)

#include "android/jni/AndroidAudio.h"
#include "File/VFS/ZipFileReader.h"
#include "File/AndroidStorage.h"
#include "Data/Format/JSONReader.h"
#include "Common/File/AndroidStorage.h"

extern AndroidAudioState *g_audioState;

Expand Down

0 comments on commit d52e6b7

Please sign in to comment.