diff options
author | yuzubot <[email protected]> | 2024-03-04 00:57:21 +0000 |
---|---|---|
committer | yuzubot <[email protected]> | 2024-03-04 00:57:21 +0000 |
commit | 70711ddb39cf43af2307d5962e5380c5e0bbb365 (patch) | |
tree | 457bc29080a5fd051fa3c310b45e711ed69c0dbd /src/core/file_sys/partition_filesystem.h | |
parent | adc597a7995508270628dbfc05afdf838bdc7cd6 (diff) | |
download | yuzu-android-70711ddb39cf43af2307d5962e5380c5e0bbb365.tar.gz yuzu-android-70711ddb39cf43af2307d5962e5380c5e0bbb365.zip |
Merge yuzu-emu#13174
Diffstat (limited to 'src/core/file_sys/partition_filesystem.h')
-rw-r--r-- | src/core/file_sys/partition_filesystem.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/file_sys/partition_filesystem.h b/src/core/file_sys/partition_filesystem.h index 777b9ead9..c64b29b5d 100644 --- a/src/core/file_sys/partition_filesystem.h +++ b/src/core/file_sys/partition_filesystem.h @@ -35,7 +35,6 @@ public: std::vector<VirtualDir> GetSubdirectories() const override; std::string GetName() const override; VirtualDir GetParentDirectory() const override; - void PrintDebugInfo() const; private: struct Header { |