mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-04 23:35:12 +01:00
Remove unused gm20b EngineID enum
This commit is contained in:
parent
73896c2e6b
commit
6b33268d85
@ -8,14 +8,6 @@
|
||||
#define U32_OFFSET(regs, field) (offsetof(regs, field) / sizeof(u32))
|
||||
|
||||
namespace skyline::soc::gm20b {
|
||||
enum class EngineID {
|
||||
Fermi2D = 0x902D,
|
||||
KeplerMemory = 0xA140,
|
||||
Maxwell3D = 0xB197,
|
||||
MaxwellCompute = 0xB1C0,
|
||||
MaxwellDma = 0xB0B5,
|
||||
};
|
||||
|
||||
namespace engine {
|
||||
/**
|
||||
* @brief The Engine class provides an interface that can be used to communicate with the GPU's internal engines
|
||||
|
Loading…
Reference in New Issue
Block a user