MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / RanCustomRepack

Function RanCustomRepack

ThunkLibs/libfex_thunk_test/lib.cpp:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57int RanCustomRepack(CustomRepackedType* data) {
58 return data->custom_repack_invoked;
59}
60
61int FunctionWithDivergentSignature(DivType a, DivType b, DivType c, DivType d) {
62 return ((uint8_t)a << 24) | ((uint8_t)b << 16) | ((uint8_t)c << 8) | (uint8_t)d;

Callers 1

thunk_testlib.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected