mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
Cleanups
This commit is contained in:
parent
c40c08375c
commit
2c5112f3ac
@ -274,10 +274,9 @@ static INLINE void d3d8_unlock_rectangle(LPDIRECT3DTEXTURE8 tex)
|
|||||||
|
|
||||||
static INLINE void d3d8_lock_rectangle_clear(
|
static INLINE void d3d8_lock_rectangle_clear(
|
||||||
void *tex,
|
void *tex,
|
||||||
unsigned level, void *_lr, RECT *rect,
|
unsigned level, D3DLOCKED_RECT *lr, RECT *rect,
|
||||||
unsigned rectangle_height, unsigned flags)
|
unsigned rectangle_height, unsigned flags)
|
||||||
{
|
{
|
||||||
D3DLOCKED_RECT *lr = (D3DLOCKED_RECT*)_lr;
|
|
||||||
#if defined(_XBOX)
|
#if defined(_XBOX)
|
||||||
level = 0;
|
level = 0;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user