소스 검색

default_ini: change default cpu core to dynarmic

Valentin Vanelslande 8 년 전
부모
커밋
47cac816f6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/yuzu_cmd/default_ini.h

+ 1 - 1
src/yuzu_cmd/default_ini.h

@@ -77,7 +77,7 @@ touch_device=
 
 [Core]
 # Which CPU core to use for CPU emulation
-# 0 (default): Unicorn (slow), 1: Dynarmic (faster)
+# 0: Unicorn (slow), 1 (default): Dynarmic (faster)
 cpu_core =
 
 [Renderer]