MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / SetTile

Method SetTile

Source/HLEGraphics/RDPStateManager.cpp:335–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335void CRDPStateManager::SetTile( const RDP_Tile & tile )
336{
337 u32 idx {tile.tile_idx};
338
339 if( mTiles[ idx ] != tile )
340 {
341 mTiles[ idx ] = tile;
342 mTileTextureInfoValid[ idx ] = false;
343 }
344}
345
346void CRDPStateManager::SetTileSize( const RDP_TileSize & tile_size )
347{

Callers 1

DLParser_SetTileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected