mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-25 11:09:13 +00:00
Addressed issues
This commit is contained in:
@@ -20,7 +20,7 @@ using HLEFunction = void (*)(Engines::Maxwell3D& maxwell3d, const std::vector<u3
|
||||
|
||||
class HLEMacro {
|
||||
public:
|
||||
HLEMacro(Engines::Maxwell3D& maxwell3d);
|
||||
explicit HLEMacro(Engines::Maxwell3D& maxwell3d);
|
||||
~HLEMacro();
|
||||
std::optional<std::unique_ptr<CachedMacro>> GetHLEProgram(u64 hash) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user