mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-31 23:07:06 +02:00
fix build
This commit is contained in:
parent
901f556af5
commit
e35efd3db1
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ public:
|
||||||
static constexpr u64 BASE_PAGE_SIZE = 1ULL << BASE_PAGE_BITS;
|
static constexpr u64 BASE_PAGE_SIZE = 1ULL << BASE_PAGE_BITS;
|
||||||
|
|
||||||
explicit BufferBase(VAddr cpu_addr_, u64 size_bytes_)
|
explicit BufferBase(VAddr cpu_addr_, u64 size_bytes_)
|
||||||
: cpu_addr{cpu_addr_}, cpu_addr_cached{static_cast<DAddr>(cpu_addr_)},
|
: cpu_addr_cached{static_cast<DAddr>(cpu_addr_)}, cpu_addr{cpu_addr_},
|
||||||
size_bytes{size_bytes_} {}
|
size_bytes{size_bytes_} {}
|
||||||
|
|
||||||
explicit BufferBase(NullBufferParams) {}
|
explicit BufferBase(NullBufferParams) {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue