mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-10-30 23:49:01 -05:00 
			
		
		
		
	vfs: Fix documentation
This commit is contained in:
		| @@ -31,8 +31,8 @@ enum class VfsEntryType { | ||||
|     Directory, | ||||
| }; | ||||
|  | ||||
| // A class representing an abstract filesystem. A default implementation given the root VirtualDir is | ||||
| // provided for convenience, but if the Vfs implementation has any additional state or | ||||
| // A class representing an abstract filesystem. A default implementation given the root VirtualDir | ||||
| // is provided for convenience, but if the Vfs implementation has any additional state or | ||||
| // functionality, they will need to override. | ||||
| struct VfsFilesystem : NonCopyable { | ||||
|     VfsFilesystem(VirtualDir root); | ||||
|   | ||||
| @@ -82,6 +82,8 @@ static void ShowCalloutMessage(const QString& message, CalloutFlag flag) { | ||||
|  | ||||
| void GMainWindow::ShowCallouts() {} | ||||
|  | ||||
| const int GMainWindow::max_recent_files_item; | ||||
|  | ||||
| GMainWindow::GMainWindow() | ||||
|     : config(new Config()), emu_thread(nullptr), | ||||
|       vfs(std::make_shared<FileSys::RealVfsFilesystem>()) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zach Hilman
					Zach Hilman