mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-10 04:31:44 +00:00
Another typo.
This commit is contained in:
parent
c44b9c998e
commit
ae6defb0e6
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ bool gamecardInitialize(void);
|
||||||
/// This includes destroying the background gamecard detection thread and freeing all cached gamecard data.
|
/// This includes destroying the background gamecard detection thread and freeing all cached gamecard data.
|
||||||
void gamecardExit(void);
|
void gamecardExit(void);
|
||||||
|
|
||||||
/// Returns an usermode gamecard status change event that can be used to wait for status changes on other threads.
|
/// Returns a usermode gamecard status change event that can be used to wait for status changes on other threads.
|
||||||
/// If the gamecard interface hasn't been initialized, this returns NULL.
|
/// If the gamecard interface hasn't been initialized, this returns NULL.
|
||||||
UEvent *gamecardGetStatusChangeUserEvent(void);
|
UEvent *gamecardGetStatusChangeUserEvent(void);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue