mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-10 22:18:43 +03:00
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.