Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ ToResultVector
Function
ToResultVector
pcsx2/PINE.cpp:234–237 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
232
*/
233
template <typename T>
234
static void ToResultVector(std::vector<u8>& res_vector, T res, int i)
235
{
236
memcpy(&res_vector[i], (char*)&res, sizeof(T));
237
}
238
239
/**
240
* Converts bytes in little endian to a primitive value
Callers
1
ParseCommand
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected