aboutsummaryrefslogtreecommitdiff
path: root/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'core.h')
-rw-r--r--core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core.h b/core.h
index 19c92eb..67f46c9 100644
--- a/core.h
+++ b/core.h
@@ -33,7 +33,7 @@ extern struct core_cbs current_core;
extern double sample_rate;
extern double frame_rate;
extern double aspect_ratio;
-extern int audio_buffer_size_override;
+extern unsigned audio_buffer_size_override;
extern int state_slot;
void config_file_name(char *buf, size_t len, int is_game);