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
tyrquake
Commits
25761fa9
Commit
25761fa9
authored
Oct 13, 2019
by
Libretro-Admin
Browse files
Lower BUFFER_SIZE to 2048
parent
4ebce7b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/libretro.c
View file @
25761fa9
...
...
@@ -1266,7 +1266,7 @@ void D_EndDirectRect(int x, int y, int width, int height)
* SOUND (TODO)
*/
#define BUFFER_SIZE (
4096
)
#define BUFFER_SIZE (
2048
)
static
int16_t
audio_buffer
[
BUFFER_SIZE
];
static
unsigned
audio_buffer_ptr
;
...
...
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