From 16290853978c5c2c174e4dae7e8d341b05716fd1 Mon Sep 17 00:00:00 2001 From: Hairo Date: Tue, 13 May 2025 22:26:28 -0400 Subject: Option to use .srm or .sav for SRAM file. --- options.c | 1 + 1 file changed, 1 insertion(+) (limited to 'options.c') diff --git a/options.c b/options.c index decc29c..7c9c921 100644 --- a/options.c +++ b/options.c @@ -13,6 +13,7 @@ int show_hud; int limit_frames; int enable_audio; int enable_drc; +int use_srm; unsigned audio_buffer_size; enum scale_size scale_size; enum scale_filter scale_filter; -- cgit v1.2.3