mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 17:25:46 +00:00
shader: Handle host exceptions
This commit is contained in:
parent
50e491f101
commit
672930b6c8
8 changed files with 98 additions and 45 deletions
|
@ -10,7 +10,7 @@
|
|||
namespace Shader::Maxwell {
|
||||
namespace {
|
||||
constexpr std::array NAME_TABLE{
|
||||
#define INST(name, cute, encode) #cute,
|
||||
#define INST(name, cute, encode) cute,
|
||||
#include "maxwell.inc"
|
||||
#undef INST
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue