| 114 | } |
| 115 | |
| 116 | bool DolphinAccessor::writeToRAM(const u32 offset, const char* buffer, const size_t size, |
| 117 | const bool withBSwap) |
| 118 | { |
| 119 | return m_instance ? m_instance->writeToRAM(offset, buffer, size, withBSwap) : false; |
| 120 | } |
| 121 | |
| 122 | int DolphinAccessor::getPID() |
| 123 | { |
nothing calls this directly
no outgoing calls
no test coverage detected