;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Final Fantasy VII (2013 Steam)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Xidi Version: v5.0.0
; Xidi Form: dinput.dll + dinput8.dll + winmm.dll + Xidi.32.dll + SDL.XidiPlugin.32.dll
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Authors: ProjectXsent
; Last Modified: 05/15/2026
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Plugin = SDL
ControllerBackend = SDL3
[Mapper]
Type = FF7
[CustomMapper:FF7]
Template = DigitalGamepad
ButtonA = Compound(Button(2), Keyboard(X))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Final Fantasy VIII (2013 Steam)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Xidi Version: v5.0.0
; Xidi Form: dinput8.dll + Xidi.32.dll + SDL.XidiPlugin.32.dll
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Authors: ProjectXsent
; Last Modified: 05/15/2026
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Plugin = SDL
ControllerBackend = SDL3
[Mapper]
Type = FF8
[CustomMapper:FF8]
Template = DigitalGamepad
StickLeftX = Split(Keyboard(RightArrow), Keyboard(LeftArrow))
DpadLeft = Compound(Pov(Left), Keyboard(LeftArrow))
DpadRight = Compound(Pov(Right), Keyboard(RightArrow))
ButtonA = Compound(Button(1), Keyboard(X))
ButtonRS = Keyboard(Esc)
[Workarounds]
PollReturnCode = 0