mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-09 02:55:23 -05:00
FileMode/FileOption debugging, fixes, and added safety.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user