aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/file_sys/partition_filesystem.h
diff options
context:
space:
mode:
authoryuzubot <[email protected]>2024-03-04 00:57:21 +0000
committeryuzubot <[email protected]>2024-03-04 00:57:21 +0000
commit70711ddb39cf43af2307d5962e5380c5e0bbb365 (patch)
tree457bc29080a5fd051fa3c310b45e711ed69c0dbd /src/core/file_sys/partition_filesystem.h
parentadc597a7995508270628dbfc05afdf838bdc7cd6 (diff)
downloadyuzu-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.h1
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 {