mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 12:47:56 -05:00
gpu: Expose Maxwell3D engine.
This commit is contained in:
@ -36,6 +36,10 @@ public:
|
||||
|
||||
std::unique_ptr<MemoryManager> memory_manager;
|
||||
|
||||
Engines::Maxwell3D& Maxwell3D() {
|
||||
return *maxwell_3d;
|
||||
}
|
||||
|
||||
private:
|
||||
static constexpr u32 InvalidGraphMacroEntry = 0xFFFFFFFF;
|
||||
|
||||
|
Reference in New Issue
Block a user