diff options
author | Hairo | 2025-05-13 22:26:28 -0400 |
---|---|---|
committer | neonloop | 2025-05-14 15:08:41 +0000 |
commit | 16290853978c5c2c174e4dae7e8d341b05716fd1 (patch) | |
tree | d1b47ae7b18054f1f76ddb63de65d6d2bb367df2 /options.h | |
parent | 37b61b250508f5afbae4195649841b33a5cd8a3e (diff) | |
download | picoarch-16290853978c5c2c174e4dae7e8d341b05716fd1.tar.gz picoarch-16290853978c5c2c174e4dae7e8d341b05716fd1.tar.bz2 picoarch-16290853978c5c2c174e4dae7e8d341b05716fd1.zip |
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ extern int show_hud; extern int limit_frames; extern int enable_audio; extern int enable_drc; +extern int use_srm; extern unsigned audio_buffer_size; extern enum scale_size scale_size; extern enum scale_filter scale_filter; |