[Glitch64] switch "../Settings/Settings.h" to <Settings/Settings.h>
This commit is contained in:
parent
6fbfc144b5
commit
6e972c4660
|
@ -26,7 +26,7 @@
|
||||||
* `GetSystemSetting` and `FindSystemSettingId` from Project64 debugger
|
* `GetSystemSetting` and `FindSystemSettingId` from Project64 debugger
|
||||||
* used only in DisplayError when OpenGL extension loading fails on WGL
|
* used only in DisplayError when OpenGL extension loading fails on WGL
|
||||||
*/
|
*/
|
||||||
#include "../Settings/Settings.h"
|
#include <Settings/Settings.h>
|
||||||
|
|
||||||
struct ResolutionInfo
|
struct ResolutionInfo
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue