mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 15:07:57 -05:00
FileSys: Clean up according to the coding style, and remove redundant namespaced names.
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
namespace FileSys {
|
||||
|
||||
/// File system interface to the SystemSaveData archive
|
||||
/// TODO(Subv): This archive should point to a location in the NAND,
|
||||
/// TODO(Subv): This archive should point to a location in the NAND,
|
||||
/// specifically nand:/data/<ID0>/sysdata/<SaveID-Low>/<SaveID-High>
|
||||
class Archive_SystemSaveData final : public DiskArchive {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user