mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-24 04:06:27 -05:00
Implement HLE macros for render target clears (#3528)
* Implement HLE macros for render target clears * Add constants for the offsets
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
enum MacroHLEFunctionName
|
||||
{
|
||||
None,
|
||||
ClearColor,
|
||||
ClearDepthStencil,
|
||||
MultiDrawElementsIndirectCount
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user