mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 22:49:00 +01:00
Removing the 'Clearing code cache' OSD message in Release builds
This commit is contained in:
parent
531c299bde
commit
8529addcc6
@ -120,10 +120,12 @@ bool JitBlock::ContainsAddress(u32 em_address)
|
|||||||
// is full and when saving and loading states.
|
// is full and when saving and loading states.
|
||||||
void JitBaseBlockCache::Clear()
|
void JitBaseBlockCache::Clear()
|
||||||
{
|
{
|
||||||
|
#if defined(_DEBUG) || defined(DEBUGFAST)
|
||||||
if (IsFull())
|
if (IsFull())
|
||||||
Core::DisplayMessage("Clearing block cache.", 3000);
|
Core::DisplayMessage("Clearing block cache.", 3000);
|
||||||
else
|
else
|
||||||
Core::DisplayMessage("Clearing code cache.", 3000);
|
Core::DisplayMessage("Clearing code cache.", 3000);
|
||||||
|
#endif
|
||||||
|
|
||||||
for (int i = 0; i < num_blocks; i++)
|
for (int i = 0; i < num_blocks; i++)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user