Skip to content

Commit

Permalink
Update Options.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Nejsplitter authored Sep 22, 2022
1 parent d13bf39 commit e022d7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/DolphinLibretro/Options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ Option<bool> progressiveScan("dolphin_progressive_scan", "Progressive Scan", tru
Option<bool> pal60("dolphin_pal60", "PAL60", true);
Option<int> maxAnisotropy("dolphin_max_anisotropy", "Max Anisotropy", {"1x", "2x", "4x", "8x", "16x"});
Option<bool> skipDupeFrames("dolphin_skip_dupe_frames", "Skip Presenting Duplicate Frames", true);
Option<bool> immediatexfb("dolphin_immediate_xfb", "Immediate XFB", false);
Option<bool> efbScaledCopy("dolphin_efb_scaled_copy", "Scaled EFB Copy", true);
Option<bool> forceTextureFiltering("dolphin_force_texture_filtering", "Force Texture Filtering", false);
Option<bool> efbToTexture("dolphin_efb_to_texture", "Store EFB Copies on GPU", true);
Expand Down

0 comments on commit e022d7b

Please sign in to comment.