mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-15 11:17:55 +03: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))
|
#define U32_OFFSET(regs, field) (offsetof(regs, field) / sizeof(u32))
|
||||||
|
|
||||||
namespace skyline::soc::gm20b {
|
namespace skyline::soc::gm20b {
|
||||||
enum class EngineID {
|
|
||||||
Fermi2D = 0x902D,
|
|
||||||
KeplerMemory = 0xA140,
|
|
||||||
Maxwell3D = 0xB197,
|
|
||||||
MaxwellCompute = 0xB1C0,
|
|
||||||
MaxwellDma = 0xB0B5,
|
|
||||||
};
|
|
||||||
|
|
||||||
namespace engine {
|
namespace engine {
|
||||||
/**
|
/**
|
||||||
* @brief The Engine class provides an interface that can be used to communicate with the GPU's internal engines
|
* @brief The Engine class provides an interface that can be used to communicate with the GPU's internal engines
|
||||||
|
Loading…
x
Reference in New Issue
Block a user