mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-10-30 23:49:01 -05:00 
			
		
		
		
	Merge pull request #3170 from lioncash/enum
file_sys/directory: Make EntryType an enum class
This commit is contained in:
		| @@ -256,8 +256,8 @@ public: | ||||
|  | ||||
|         // TODO(DarkLordZach): Verify that this is the correct behavior. | ||||
|         // Build entry index now to save time later. | ||||
|         BuildEntryIndex(entries, backend->GetFiles(), FileSys::File); | ||||
|         BuildEntryIndex(entries, backend->GetSubdirectories(), FileSys::Directory); | ||||
|         BuildEntryIndex(entries, backend->GetFiles(), FileSys::EntryType::File); | ||||
|         BuildEntryIndex(entries, backend->GetSubdirectories(), FileSys::EntryType::Directory); | ||||
|     } | ||||
|  | ||||
| private: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 bunnei
					bunnei