1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-09-20 05:53:25 +01:00

Another typo.

This commit is contained in:
Pablo Curiel 2020-10-25 11:43:22 -04:00
parent c44b9c998e
commit ae6defb0e6

View file

@ -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);