mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-23 15:17:58 -05:00
SMMU: Add Android compatibility
This commit is contained in:
@ -21,6 +21,7 @@ namespace Host1x {
|
||||
class Host1x {
|
||||
public:
|
||||
explicit Host1x(Core::System& system);
|
||||
~Host1x();
|
||||
|
||||
SyncpointManager& GetSyncpointManager() {
|
||||
return syncpoint_manager;
|
||||
|
Reference in New Issue
Block a user