Skip to content

Commit 2324886

Browse files
authored
Typo.
1 parent 0298a84 commit 2324886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/supportpsx/adpcmffi.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ PCSX.Adpcm = {
162162
outData = Support.NewLuaBuffer(128)
163163
end
164164
if mode == nil then
165-
mode = 'FourBits'
165+
mode = 'XAFourBits'
166166
end
167167
if channels == nil then
168168
channels = 1

0 commit comments

Comments
 (0)