You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
317 B
17 lines
317 B
# OpenGL renderer seems to crash so we force using vulkan: |
|
# https://github.com/rust3ds/test-runner/issues/16 |
|
[Renderer] |
|
graphics_api = 2 |
|
|
|
[Miscellaneous] |
|
log_filter = *:Info Debug.Emulated:Debug |
|
|
|
[Debugging] |
|
use_gdbstub=true |
|
gdbstub_port=4000 |
|
|
|
[WebService] |
|
enable_telemetry = 0 |
|
|
|
[Video Dumping] |
|
output_format = webm
|
|
|