mirror of
https://github.com/joel16/NTPSP.git
synced 2024-11-23 03:09:42 +00:00
rtc_driver: Fix module name and version
This commit is contained in:
parent
f154e4ebec
commit
25497df02a
@ -1,6 +1,6 @@
|
||||
#include <pspsdk.h>
|
||||
|
||||
PSP_MODULE_INFO("audio_driver", PSP_MODULE_KERNEL, 1, 3);
|
||||
PSP_MODULE_INFO("rtc_driver", PSP_MODULE_KERNEL, 1, 0);
|
||||
PSP_NO_CREATE_MAIN_THREAD();
|
||||
|
||||
int sceRtcSetCurrentTick(u64 *tick);
|
||||
|
Loading…
Reference in New Issue
Block a user