remove discord rpc
This commit is contained in:
@@ -43,9 +43,6 @@ void EmuThread::run() noexcept {
|
||||
|
||||
void EmuThread::TogglePause() const noexcept {
|
||||
core->TogglePause();
|
||||
Util::RPC::GetInstance().Update(core->pause ? Util::RPC::Paused : Util::RPC::GetInstance().GetState(),
|
||||
core->cpu->GetMem().rom.gameNameDB,
|
||||
core->cpu->GetMem().mmio.si.pif.movie.GetFilename());
|
||||
}
|
||||
|
||||
void EmuThread::Reset() const noexcept {
|
||||
@@ -54,7 +51,6 @@ void EmuThread::Reset() const noexcept {
|
||||
}
|
||||
|
||||
void EmuThread::Stop() const noexcept {
|
||||
Util::RPC::GetInstance().Update(Util::RPC::Idling);
|
||||
core->Stop();
|
||||
core->rom = {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user