Skip to content

Commit 778c778

Browse files
committed
runner/linux: Add configuration files for a Vulkan runner
1 parent e7db44c commit 778c778

File tree

3 files changed

+78
-0
lines changed

3 files changed

+78
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[Display]
2+
Fullscreen = True
3+
[Interface]
4+
ConfirmStop = False
5+
UsePanicHandlers = True
6+
AbortOnPanicAlert = True
7+
[Core]
8+
CPUThread = False
9+
GFXBackend = Vulkan
10+
[FifoPlayer]
11+
LoopReplay = False
12+
[Movie]
13+
DumpFrames = True
14+
[DSP]
15+
Backend = No Audio Output
16+
[Analytics]
17+
Enabled = False
18+
PermissionAsked = True
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[Settings]
2+
DumpFramesAsImages = True
3+
UseFFV1 = True
4+
[Hacks]
5+
EFBScaledCopy = False
6+
EFBEmulateFormatChanges = True
7+
ImmediateXFBEnable = True
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
[Options]
2+
Verbosity = 4
3+
WriteToConsole = True
4+
[Logs]
5+
ActionReplay = True
6+
Audio = True
7+
AI = True
8+
BOOT = True
9+
CP = True
10+
COMMON = True
11+
CONSOLE = True
12+
DIO = True
13+
FileMon = True
14+
DSPHLE = True
15+
DSPLLE = True
16+
DSPMails = True
17+
DSP = True
18+
DVD = True
19+
JIT = True
20+
EXI = True
21+
PowerPC = True
22+
GP = True
23+
HLE = True
24+
MI = True
25+
MASTER = True
26+
MemCard Manager = True
27+
OSREPORT = True
28+
PAD = True
29+
PI = True
30+
PE = True
31+
SI = True
32+
SP1 = True
33+
Stream = True
34+
Video = True
35+
VI = True
36+
WII_IOB = True
37+
WII_IPC = True
38+
WII_IPC_DVD = True
39+
WII_IPC_ES = True
40+
WII_IPC_FILEIO = True
41+
WII_IPC_HLE = True
42+
WII_IPC_NET = True
43+
WII_IPC_SD = True
44+
WII_IPC_STM = True
45+
WII_IPC_WIIMOTE = True
46+
Wiimote = True
47+
NETPLAY = True
48+
GDB_STUB = True
49+
WII_IPC_HID = True
50+
WII_IPC_WC24 = True
51+
WII_IPC_SSL = True
52+
Host GPU = True
53+
FRAMEDUMP = True

0 commit comments

Comments
 (0)