Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
vitaquake3
Commits
c9313c3c
Commit
c9313c3c
authored
Mar 14, 2019
by
Rinnegatamante
Browse files
Fixed broken audio playback.
parent
e7b5548b
Changes
1
Hide whitespace changes
Inline
Side-by-side
code/psp2/psp2_snd.c
View file @
c9313c3c
...
...
@@ -69,8 +69,10 @@ qboolean SNDDMA_Init(void)
dma
.
speed
=
SAMPLE_RATE
;
dma
.
channels
=
1
;
dma
.
samples
=
AUDIOSIZE
/
2
;
dma
.
fullsamples
=
dma
.
samples
/
dma
.
channels
;
dma
.
submission_chunk
=
1
;
dma
.
buffer
=
audiobuffer
=
malloc
(
AUDIOSIZE
);
dma
.
isfloat
=
0
;
tickRate
=
1
.
0
f
/
sceRtcGetTickResolution
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment