diff options
| author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2022-09-01 05:45:22 +0200 |
|---|---|---|
| committer | Fernando Sahmkow <fsahmkow27@gmail.com> | 2022-10-06 21:00:54 +0200 |
| commit | ca3db0d7c94a20668781830ff852dbf512598efb (patch) | |
| tree | edd20d669000e980169db27a896adc09078ceeaa /src/video_core/host1x/host1x.h | |
| parent | 0d99b7962d8e06958668168cdae155fd1e3d1757 (diff) | |
General: address feedback
Diffstat (limited to 'src/video_core/host1x/host1x.h')
| -rw-r--r-- | src/video_core/host1x/host1x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/host1x/host1x.h b/src/video_core/host1x/host1x.h index 7ecf853d9..57082ae54 100644 --- a/src/video_core/host1x/host1x.h +++ b/src/video_core/host1x/host1x.h @@ -19,7 +19,7 @@ namespace Host1x { class Host1x { public: - Host1x(Core::System& system); + explicit Host1x(Core::System& system); SyncpointManager& GetSyncpointManager() { return syncpoint_manager; |
