We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
enum vfs_scheme
1 parent 07b9202 commit 4a2d40bCopy full SHA for 4a2d40b
1 file changed
libretro-common/include/vfs/vfs.h
@@ -60,7 +60,7 @@ enum vfs_scheme
60
{
61
VFS_SCHEME_NONE = 0,
62
VFS_SCHEME_CDROM,
63
- VFS_SCHEME_SAF,
+ VFS_SCHEME_SAF
64
};
65
66
#if !(defined(__WINRT__) && defined(__cplusplus_winrt))
0 commit comments