diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2025-03-07 17:39:58 -0600 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2025-03-07 18:00:41 -0600 |
| commit | 5f8550790adb5ce374ac31965f533f91e8d36191 (patch) | |
| tree | b94f5fe2cfd0194728a109caae28cebe60894158 /src/stubs.c | |
| parent | 629125110d50c1b206b8cd9c5560e47e80377a05 (diff) | |
Fixed compilation
Diffstat (limited to 'src/stubs.c')
| -rw-r--r-- | src/stubs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stubs.c b/src/stubs.c index 7d4e39f1c..866215f9c 100644 --- a/src/stubs.c +++ b/src/stubs.c @@ -96,8 +96,10 @@ s32 osPfsAllocateFile(OSPfs* pfs, u16 company_code, u32 game_code, u8* game_name return PFS_NO_ERROR; } +#ifndef __SWITCH__ void osSetTime(OSTime time) { } +#endif s32 osPfsIsPlug(OSMesgQueue* queue, u8* pattern) { } |
