mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-09 10:29:23 +01:00
773ee25e5a
This refactored common by: * Moving out as many constants to class/function local scopes from being declared in `common` * Spacing out common and any function to which a constant was moved out to * Fixing comments here and there In addition, some naming inconsistencies were fixed as well.