MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / BuildPatchCommand

Function BuildPatchCommand

tests/ctest/core/patch_tests.cpp:34–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 static void patch_test_setup_expected_calls_##name(MockMemoryInterface& ee, MockMemoryInterface& iop)
33
34static Patch::PatchCommand BuildPatchCommand(
35 Patch::patch_place_type place,
36 Patch::patch_cpu_type cpu,
37 u32 address,
38 Patch::patch_data_type type,
39 u64 data)
40{
41 Patch::PatchCommand command;
42 command.placetopatch = place;
43 command.cpu = cpu;
44 command.addr = address;
45 command.type = type;
46 command.data = data;
47 return command;
48}
49
50// *****************************************************************************
51// Writes

Callers 1

patch_tests.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected