mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-06 13:54:09 +08:00
解决剩余的两个编译问题
This commit is contained in:
parent
f203e49d52
commit
ffa83e8ccc
@ -646,6 +646,9 @@ static void adjustGammaTableForGba(void)
|
||||
const float lcdGamma = g_oafConfig.lcdGamma;
|
||||
const float contrast = g_oafConfig.contrast;
|
||||
const float brightness = g_oafConfig.brightness;
|
||||
|
||||
vu32 *const REG_LCD_PDC0_GTBL_FIFO = &getGxRegs()->pdc0.color_lut_data;
|
||||
vu32 *const REG_LCD_PDC1_GTBL_FIFO = &getGxRegs()->pdc1.color_lut_data;
|
||||
for(u32 i = 0; i < 256; i++)
|
||||
{
|
||||
// Credits for this algo go to Extrems.
|
||||
|
Loading…
x
Reference in New Issue
Block a user