mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-17 06:47:48 +00:00
nvdec: Tidy up header includes
Prevents a few unnecessary inclusions.
This commit is contained in:
parent
89e414a2fb
commit
31d9c3c75e
13 changed files with 59 additions and 62 deletions
|
@ -15,7 +15,7 @@ void Tegra::Host1x::StateWrite(u32 offset, u32 arguments) {
|
|||
std::memcpy(state_offset, &arguments, sizeof(u32));
|
||||
}
|
||||
|
||||
void Tegra::Host1x::ProcessMethod(Host1x::Method method, const std::vector<u32>& arguments) {
|
||||
void Tegra::Host1x::ProcessMethod(Method method, const std::vector<u32>& arguments) {
|
||||
StateWrite(static_cast<u32>(method), arguments[0]);
|
||||
switch (method) {
|
||||
case Method::WaitSyncpt:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue