mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-01-10 00:12:25 -08:00
c4ed791164
Migrates a remaining common file over to the Common namespace, making it consistent with the rest of common files. This also allows for high-traffic FS related code to alias the filesystem function namespace as namespace FS = Common::FS; for more concise typing.