mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-06-06 01:13:45 -04:00
fs
This commit is contained in:
parent
e03f3dd25c
commit
2e857190dc
1 changed files with 2 additions and 6 deletions
|
|
@ -6,11 +6,7 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <condition_variable>
|
|
||||||
#include <functional>
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <mutex>
|
|
||||||
#include <thread>
|
|
||||||
|
|
||||||
#include "common/common_types.h"
|
#include "common/common_types.h"
|
||||||
#include "common/scratch_buffer.h"
|
#include "common/scratch_buffer.h"
|
||||||
|
|
@ -624,8 +620,8 @@ private:
|
||||||
VicRegisters regs{};
|
VicRegisters regs{};
|
||||||
|
|
||||||
Common::ScratchBuffer<u8> swizzle_scratch;
|
Common::ScratchBuffer<u8> swizzle_scratch;
|
||||||
Common::ScratchBuffer<Pixel> output_surface;
|
Common::ScratchBuffer<Tegra::Host1x::Pixel> output_surface;
|
||||||
Common::ScratchBuffer<Pixel> slot_surface;
|
Common::ScratchBuffer<Tegra::Host1x::Pixel> slot_surface;
|
||||||
Common::ScratchBuffer<u8> luma_scratch;
|
Common::ScratchBuffer<u8> luma_scratch;
|
||||||
Common::ScratchBuffer<u8> chroma_scratch;
|
Common::ScratchBuffer<u8> chroma_scratch;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue