mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 02:15:45 +00:00
core: Apply static to local functions
This commit is contained in:
parent
c44d75787b
commit
0c6434c379
11 changed files with 252 additions and 245 deletions
|
@ -17,7 +17,7 @@ namespace AC_U {
|
|||
* 1 : Result of function, 0 on success, otherwise error code
|
||||
* 2 : Output connection type, 0 = none, 1 = Old3DS Internet, 2 = New3DS Internet.
|
||||
*/
|
||||
void GetWifiStatus(Service::Interface* self) {
|
||||
static void GetWifiStatus(Service::Interface* self) {
|
||||
u32* cmd_buff = Kernel::GetCommandBuffer();
|
||||
|
||||
// TODO(purpasmart96): This function is only a stub,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue