MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / xTRCDisk

Function xTRCDisk

src/SB/Core/x/xTRC.cpp:89–100  ·  view source on GitHub ↗

SDA relocation shenanigans

Source from the content-addressed store, hash-verified

87
88// SDA relocation shenanigans
89void xTRCDisk(_tagTRCState state)
90{
91 if (state != TRC_DiskNotIdentified)
92 {
93 gTrcDisk[0] = state;
94 gTrcDisk[1] = TRC_DiskIdentified;
95 }
96 else
97 {
98 gTrcDisk[1] = TRC_DiskNotIdentified;
99 }
100}
101
102void render_mem_card_no_space(S32 needed, S32 available, S32 neededFiles, bool enabled)
103{

Callers 1

async_cbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected