There was an error fetching the commit references. Please try again later.
vfs: Make type hierarchy objects classes instead of structs
struct should be used when the data type is very simple or otherwise has no invariants associated with it. Given these are used to form a hierarchy, class should be used instead.
Showing
- src/core/file_sys/vfs.h 11 additions, 7 deletionssrc/core/file_sys/vfs.h
- src/core/file_sys/vfs_offset.h 2 additions, 1 deletionsrc/core/file_sys/vfs_offset.h
- src/core/file_sys/vfs_vector.h 2 additions, 1 deletionsrc/core/file_sys/vfs_vector.h
- src/core/hle/service/service.h 1 addition, 1 deletionsrc/core/hle/service/service.h
Loading
Please register or sign in to comment