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

Method SetTileSize

Source/HLEGraphics/RDPStateManager.cpp:346–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346void CRDPStateManager::SetTileSize( const RDP_TileSize & tile_size )
347{
348 u32 idx {tile_size.tile_idx};
349
350 if( mTileSizes[ idx ] != tile_size )
351 {
352 mTileSizes[ idx ] = tile_size;
353 mTileTextureInfoValid[ idx ] = false;
354 }
355}
356
357void CRDPStateManager::LoadBlock(const SetLoadTile & load)
358{

Callers 1

DLParser_SetTileSizeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected