aboutsummaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'main.h')
-rw-r--r--main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.h b/main.h
index f95ae64..3d0a13c 100644
--- a/main.h
+++ b/main.h
@@ -19,7 +19,7 @@ typedef enum {
} emu_action;
extern bool should_quit;
-extern int current_audio_buffer_size;
+extern unsigned current_audio_buffer_size;
extern char core_name[MAX_PATH];
extern char* content_path;