mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
DSPInterpreter: Remove unused volatile variable and related function
This commit is contained in:
@ -31,8 +31,6 @@
|
||||
|
||||
namespace DSPInterpreter {
|
||||
|
||||
static volatile u32 gdsp_running;
|
||||
|
||||
// NOTE: These have nothing to do with g_dsp.r.cr !
|
||||
|
||||
void WriteCR(u16 val)
|
||||
@ -225,9 +223,4 @@ int RunCycles(int cycles)
|
||||
}
|
||||
}
|
||||
|
||||
void Stop()
|
||||
{
|
||||
gdsp_running = false;
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
Reference in New Issue
Block a user