mirror of
https://github.com/gligli/nulldc-360.git
synced 2025-04-02 11:11:56 -04:00
13 lines
No EOL
223 B
C++
13 lines
No EOL
223 B
C++
#include "lan.h"
|
|
/*
|
|
Huh, i used to have code in here o.O
|
|
Ohh well, nothing to be missed
|
|
*/
|
|
|
|
u32 FASTCALL LanReadMem_A0_006(u32 addr,u32 size)
|
|
{
|
|
return 0;
|
|
}
|
|
void FASTCALL LanWriteMem_A0_006(u32 addr,u32 data,u32 size)
|
|
{
|
|
} |