mirror of
https://github.com/libretro/FBNeo.git
synced 2024-11-26 18:40:26 +00:00
Ambush shot factory, and more poop removal
This commit is contained in:
parent
e655b7c427
commit
1b56841b54
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
################################################################################
|
||||
|
||||
/.vs
|
||||
/projectfiles/visualstudio-2019/enc_temp_folder
|
||||
|
@ -436,9 +436,11 @@ static INT32 DrvDraw()
|
||||
|
||||
BurnTransferClear();
|
||||
|
||||
draw_layer(0x00);
|
||||
draw_sprites();
|
||||
draw_layer(0x10);
|
||||
if (nBurnLayer & 1) draw_layer(0x00);
|
||||
|
||||
if (nSpriteEnable & 1) draw_sprites();
|
||||
|
||||
if (nBurnLayer & 2) draw_layer(0x10);
|
||||
|
||||
BurnTransferCopy(DrvPalette);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user