aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/wii/wii-fs-factory.h
diff options
context:
space:
mode:
authorAndre Heider2009-09-20 11:47:11 +0000
committerAndre Heider2009-09-20 11:47:11 +0000
commitcd1628f70d3e950cb1480a904a25eebd6724fea1 (patch)
tree26ca73ad4ee10bf96166bdcc2f890a5aede4aef3 /backends/fs/wii/wii-fs-factory.h
parent44ce4edeaa4457bf9057ed4776c00997b914e624 (diff)
downloadscummvm-rg350-cd1628f70d3e950cb1480a904a25eebd6724fea1.tar.gz
scummvm-rg350-cd1628f70d3e950cb1480a904a25eebd6724fea1.tar.bz2
scummvm-rg350-cd1628f70d3e950cb1480a904a25eebd6724fea1.zip
Mention mount errors on the status labels.
svn-id: r44202
Diffstat (limited to 'backends/fs/wii/wii-fs-factory.h')
-rw-r--r--backends/fs/wii/wii-fs-factory.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/fs/wii/wii-fs-factory.h b/backends/fs/wii/wii-fs-factory.h
index 0e7f87a783..42795ebf33 100644
--- a/backends/fs/wii/wii-fs-factory.h
+++ b/backends/fs/wii/wii-fs-factory.h
@@ -57,6 +57,7 @@ public:
#endif
bool isMounted(FileSystemType type);
+ bool failedToMount(FileSystemType type);
void mount(FileSystemType type);
void umount(FileSystemType type);
@@ -72,6 +73,8 @@ private:
bool _dvdMounted;
bool _smbMounted;
+ bool _dvdError;
+ bool _smbError;
#ifdef USE_WII_SMB
String _smbServer;