mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-30 12:20:42 +00:00
Allow line render hack for non-HW build
This commit is contained in:
parent
dec5afe8e2
commit
0897fda867
@ -1026,7 +1026,6 @@ static void Command_DrawPolygon(PS_GPU *gpu, const uint32_t *cb)
|
||||
do
|
||||
{
|
||||
|
||||
#if defined(HAVE_OPENGL) || defined(HAVE_OPENGLES) || defined(HAVE_VULKAN)
|
||||
enum blending_modes blend_mode = BLEND_MODE_AVERAGE;
|
||||
|
||||
if (textured)
|
||||
@ -1160,7 +1159,6 @@ static void Command_DrawPolygon(PS_GPU *gpu, const uint32_t *cb)
|
||||
gpu->killQuadPart = 0;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
if (rsx_intf_is_type() == RSX_SOFTWARE)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user