mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
Fix available resolution options and improve scaling together with pixel perfect
This commit is contained in:
parent
52a939bc2f
commit
bc5a99ae34
File diff suppressed because it is too large
Load Diff
@ -148,6 +148,7 @@ static void ps2_font_render_line(
|
||||
return;
|
||||
|
||||
/* Enable Alpha for font */
|
||||
gsKit_set_primalpha(ps2->gsGlobal, GS_SETREG_ALPHA(0, 1, 0, 1, 0), 0);
|
||||
ps2->gsGlobal->PrimAlphaEnable = GS_SETTING_ON;
|
||||
gsKit_set_test(ps2->gsGlobal, GS_ATEST_ON);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user