remove discord rpc

This commit is contained in:
irisz64
2025-07-22 16:24:07 +02:00
parent f7ec6df924
commit 46aba5eb99
89 changed files with 2 additions and 7403 deletions

View File

@@ -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 = {};
}