Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Commit a89b691

Browse files
committed
Force cortex-a34 target
1 parent 59b6107 commit a89b691

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/cpp/native-lib.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,8 +1627,8 @@ Java_net_rpcs3_RPCS3_initialize(JNIEnv *env, jobject, jstring rootDir) {
16271627
g_cfg.video.shadermode.set(shader_mode::async_recompiler);
16281628
g_cfg.core.ppu_decoder.set(ppu_decoder_type::llvm);
16291629
g_cfg.core.spu_decoder.set(spu_decoder_type::llvm);
1630-
// g_cfg.core.llvm_cpu.from_string("");
1631-
g_cfg.core.llvm_cpu.from_string(fallback_cpu_detection());
1630+
g_cfg.core.llvm_cpu.from_string("cortex-a34");
1631+
// g_cfg.core.llvm_cpu.from_string(fallback_cpu_detection());
16321632
g_cfg.video.perf_overlay.perf_overlay_enabled.set(true);
16331633

16341634
Emulator::SaveSettings(g_cfg.to_string(), Emu.GetTitleID());

0 commit comments

Comments
 (0)