Skip to content

Commit

Permalink
runner/linux: Add configuration files for a Vulkan runner
Browse files Browse the repository at this point in the history
  • Loading branch information
OatmealDome committed Oct 4, 2024
1 parent e7db44c commit 778c778
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 0 deletions.
18 changes: 18 additions & 0 deletions fifoci/runner/linux/Config-vk/Dolphin.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[Display]
Fullscreen = True
[Interface]
ConfirmStop = False
UsePanicHandlers = True
AbortOnPanicAlert = True
[Core]
CPUThread = False
GFXBackend = Vulkan
[FifoPlayer]
LoopReplay = False
[Movie]
DumpFrames = True
[DSP]
Backend = No Audio Output
[Analytics]
Enabled = False
PermissionAsked = True
7 changes: 7 additions & 0 deletions fifoci/runner/linux/Config-vk/GFX.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[Settings]
DumpFramesAsImages = True
UseFFV1 = True
[Hacks]
EFBScaledCopy = False
EFBEmulateFormatChanges = True
ImmediateXFBEnable = True
53 changes: 53 additions & 0 deletions fifoci/runner/linux/Config-vk/Logger.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
[Options]
Verbosity = 4
WriteToConsole = True
[Logs]
ActionReplay = True
Audio = True
AI = True
BOOT = True
CP = True
COMMON = True
CONSOLE = True
DIO = True
FileMon = True
DSPHLE = True
DSPLLE = True
DSPMails = True
DSP = True
DVD = True
JIT = True
EXI = True
PowerPC = True
GP = True
HLE = True
MI = True
MASTER = True
MemCard Manager = True
OSREPORT = True
PAD = True
PI = True
PE = True
SI = True
SP1 = True
Stream = True
Video = True
VI = True
WII_IOB = True
WII_IPC = True
WII_IPC_DVD = True
WII_IPC_ES = True
WII_IPC_FILEIO = True
WII_IPC_HLE = True
WII_IPC_NET = True
WII_IPC_SD = True
WII_IPC_STM = True
WII_IPC_WIIMOTE = True
Wiimote = True
NETPLAY = True
GDB_STUB = True
WII_IPC_HID = True
WII_IPC_WC24 = True
WII_IPC_SSL = True
Host GPU = True
FRAMEDUMP = True

0 comments on commit 778c778

Please sign in to comment.