12 lines
533 B
INI
12 lines
533 B
INI
# Settings made here will only override settings in the global retroarch.cfg if placed above the #include line
|
|
|
|
input_remapping_directory = "/opt/retropie/configs/psx"
|
|
# PS1: DualShock + 왼쪽 스틱으로 이동
|
|
input_player1_analog_dpad_mode = "1"
|
|
# PS1 전용: CRT 느낌(큰 TV에서 픽셀 덜 거슬림). 싫으면 sharp-bilinear-simple 로 변경
|
|
video_shader = "/opt/retropie/configs/all/retroarch/shaders/crt-pi.glslp"
|
|
video_shader_enable = "true"
|
|
video_smooth = "false"
|
|
|
|
#include "/opt/retropie/configs/all/retroarch.cfg"
|