mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-12 20:18:57 +02:00
[dynarmic] fix GetDecoderTable() making the compiler nervous due to the big table that gets made into the stack
Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
2b443e9b2e
commit
8b62cd8aca
7 changed files with 1070 additions and 1574 deletions
|
|
@ -1,3 +1,6 @@
|
|||
// SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
#include <vector>
|
||||
#include <utility>
|
||||
#include <algorithm>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue