mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-20 01:45:07 -04:00
fssystem: add RomFsFileSystem
This commit is contained in:
parent
a50d6a2696
commit
8d1ada2a1b
17 changed files with 2057 additions and 21 deletions
|
@ -61,3 +61,5 @@
|
|||
|
||||
#define AMS_LIKELY(expr) AMS_PREDICT_TRUE(expr, 1.0)
|
||||
#define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
|
||||
|
||||
#define AMS_CURRENT_FUNCTION_NAME __FUNCTION__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue