Skip to content

Commit

Permalink
Merge pull request #18229 from unknownbrackets/arm64jit-ir
Browse files Browse the repository at this point in the history
arm64jit: Enable in UI
  • Loading branch information
hrydgard committed Sep 29, 2023
2 parents 5d8a0b3 + 272c162 commit 1d0114d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/GameSettingsScreen.cpp
Expand Up @@ -1668,7 +1668,7 @@ void DeveloperToolsScreen::CreateViews() {
core->HideChoice(3);
}
// TODO: Enable on more architectures.
#if !PPSSPP_ARCH(X86) && !PPSSPP_ARCH(AMD64)
#if !PPSSPP_ARCH(X86) && !PPSSPP_ARCH(AMD64) && !PPSSPP_ARCH(ARM64)
core->HideChoice(3);
#endif

Expand Down

0 comments on commit 1d0114d

Please sign in to comment.