mirror of
https://github.com/Gericom/GBARunner3.git
synced 2025-06-18 19:25:41 -04:00
Moved the ColorLut code into its own folder
This commit is contained in:
parent
4683f8bb52
commit
ec47a3d04b
@ -32,6 +32,7 @@ SOURCES := source \
|
||||
source/Core/Heap \
|
||||
source/Emulator \
|
||||
source/Fat \
|
||||
source/GbaColorCorrection \
|
||||
source/Gui \
|
||||
source/Gui/Animation \
|
||||
source/JitPatcher \
|
||||
|
@ -6,7 +6,7 @@
|
||||
#include <libtwl/gfx/gfxBackground.h>
|
||||
#include <libtwl/sys/sysPower.h>
|
||||
#include "DsDefinitions.h"
|
||||
#include "ColorLut.h"
|
||||
#include "GbaColorCorrection/ColorLut.h"
|
||||
#include "SystemIpc.h"
|
||||
#include "GbaDisplayConfigurationService.h"
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include "Application/Settings/AppSettingsService.h"
|
||||
#include "GbaHeader.h"
|
||||
#include "MemoryEmulator/MemoryLoadStore.h"
|
||||
#include "ColorLut.h"
|
||||
#include "GbaColorCorrection/ColorLut.h"
|
||||
#include "MemoryProtectionConfiguration.h"
|
||||
#include "MemoryProtectionUnit.h"
|
||||
#include "MemoryEmulator/RomDefs.h"
|
||||
|
Loading…
Reference in New Issue
Block a user