mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-12 10:37:02 +00:00
refactor: Fix trivial compiler warnings (#1675)
This commit is contained in:
parent
de4bf7c2c1
commit
6013ac1823
6 changed files with 8 additions and 10 deletions
|
|
@ -80,7 +80,7 @@ private:
|
|||
|
||||
D3DKMT_OPENADAPTERFROMHDC OpenAdapterData;
|
||||
|
||||
*phAdapter = NULL;
|
||||
*phAdapter = 0;
|
||||
*pOutput = 0;
|
||||
|
||||
HMONITOR hMonitor = MonitorFromWindow(hWnd, MONITOR_DEFAULTTONEAREST);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue