mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-18 09:02:39 +00:00
Centralize the logging code into its own folder in Common.
This commit is contained in:
parent
d0ad84f69b
commit
ca5340ebde
34 changed files with 92 additions and 90 deletions
|
@ -2,7 +2,7 @@
|
|||
// Licensed under GPLv2
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include "Common/Log.h"
|
||||
#include "Common/Logging/Log.h"
|
||||
|
||||
#include "VideoBackends/D3D/D3DBase.h"
|
||||
#include "VideoBackends/D3D/GfxState.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue