From 53c6aa6c8b50d95e89f64db70d0cc08fb4111a93 Mon Sep 17 00:00:00 2001 From: lepelog Date: Thu, 1 Apr 2021 12:06:29 +0200 Subject: ported over f_pc --- include/SSystem/SStandard/s_basic.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/SSystem') diff --git a/include/SSystem/SStandard/s_basic.h b/include/SSystem/SStandard/s_basic.h index fe5fd534b9..3fea9ad699 100644 --- a/include/SSystem/SStandard/s_basic.h +++ b/include/SSystem/SStandard/s_basic.h @@ -3,4 +3,7 @@ #include "dolphin/types.h" +void sBs_FillArea_s(void* pPtr, u32 pNumBytes, s16 pValue); +void sBs_ClearArea(void* pPtr, u32 pNumBytes); + #endif /* S_BASIC_H */ -- cgit v1.2.3