mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-15 08:27:00 +02:00
Revert "[vk, ogl/IR, dynarmic/IR] friendlier IR identity pointer chasing, inline AA passes (#2565)" (#3249)
FUCK. Fixes crash on Linux and SteamDeck
.
This reverts commit 46b32b7688.
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3249
Reviewed-by: DraVee <dravee@eden-emu.dev>
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
9c3f2d2af5
commit
82f9d489e7
11 changed files with 149 additions and 141 deletions
|
|
@ -12,7 +12,7 @@
|
|||
#include "common/common_types.h"
|
||||
#include "common/expected.h"
|
||||
|
||||
// All the constants in this file come from <https://switchbrew.org/wiki/Error_codes>
|
||||
// All the constants in this file come from <http://switchbrew.org/index.php?title=Error_codes>
|
||||
|
||||
/**
|
||||
* Identifies the module which caused the error. Error codes can be propagated through a call
|
||||
|
|
@ -43,7 +43,7 @@ enum class ErrorModule : u32 {
|
|||
NCMContent = 20,
|
||||
SM = 21,
|
||||
RO = 22,
|
||||
Gc = 23,
|
||||
GC = 23,
|
||||
SDMMC = 24,
|
||||
OVLN = 25,
|
||||
SPL = 26,
|
||||
|
|
@ -72,7 +72,7 @@ enum class ErrorModule : u32 {
|
|||
Bluetooth = 113,
|
||||
VI = 114,
|
||||
NFP = 115,
|
||||
TimeService = 116,
|
||||
Time = 116,
|
||||
FGM = 117,
|
||||
OE = 118,
|
||||
BH1730FVC = 119,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue