[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:
lizzie 2026-03-29 23:44:14 +00:00
parent 2b443e9b2e
commit 8b62cd8aca
7 changed files with 1070 additions and 1574 deletions

View file

@ -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>