frontend: add 2x scaling option
[pcsx_rearmed.git] / frontend / menu.h
index 0d68469..6b1e55f 100644 (file)
@@ -15,6 +15,7 @@ enum g_opts_opts {
 
 enum g_scaler_opts {
        SCALE_1_1,
+       SCALE_2_2,
        SCALE_4_3,
        SCALE_4_3v2,
        SCALE_FULLSCREEN,