Skip to content

Commit

Permalink
Merge pull request #295 from black-sliver/fix-294
Browse files Browse the repository at this point in the history
fix scope clashing introduced in commit d619244
  • Loading branch information
devinacker committed Aug 14, 2021
2 parents 03ab0a5 + 6b9880a commit f924b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bsnes/snes/config/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ struct Configuration {
unsigned vram_size;
System::Region region;
bool random;
SMP::SPCSavePolicy spc_save_policy;
SNES::SMP::SPCSavePolicy spc_save_policy;

struct CPU {
unsigned version;
Expand Down

0 comments on commit f924b82

Please sign in to comment.