FileMode/FileOption debugging, fixes, and added safety.

This commit is contained in:
J-D-K
2025-09-06 19:21:35 -04:00
parent f052d0b2a7
commit e1d592ee9c
44 changed files with 208 additions and 151 deletions

View File

@@ -29,7 +29,7 @@ namespace data
void load_application_records(sys::Task *task);
/// @brief Returns whether a title is loaded with the application ID passed.
bool title_is_loaded(uint64_t applicationID);
bool title_is_loaded(uint64_t applicationID) noexcept;
/// @brief Attempts to load a title with the application ID passed.
void load_title(uint64_t applicationID);