mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Clean up some miscellaneous non-optimal string uses
This commit is contained in:
@ -472,7 +472,7 @@ void D3DSURF_MEMDEL(IDirect3DCubeTexture9* cTex) {}
|
||||
#endif // PLASMA_EXTERNAL_RELEASE
|
||||
|
||||
#ifndef PLASMA_EXTERNAL_RELEASE
|
||||
void plDXPipeline::ProfilePoolMem(D3DPOOL poolType, uint32_t size, bool add, char *id)
|
||||
void plDXPipeline::ProfilePoolMem(D3DPOOL poolType, uint32_t size, bool add, const char *id)
|
||||
{
|
||||
switch( poolType )
|
||||
{
|
||||
|
@ -709,7 +709,7 @@ public:
|
||||
static void AllocManagedVertex(uint32_t sz) { fVtxManaged += sz; }
|
||||
|
||||
#ifndef PLASMA_EXTERNAL_RELEASE
|
||||
static void ProfilePoolMem(D3DPOOL poolType, uint32_t size, bool add, char *id);
|
||||
static void ProfilePoolMem(D3DPOOL poolType, uint32_t size, bool add, const char *id);
|
||||
#endif // PLASMA_EXTERNAL_RELEASE
|
||||
|
||||
// From a D3DFORMAT enumeration, return the bit depth associated with it.
|
||||
|
Reference in New Issue
Block a user