mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 13:28:07 -05:00
core: cpu_manager: Remove unused variable.
This commit is contained in:
@ -208,7 +208,6 @@ void CpuManager::SingleCoreRunGuestThread() {
|
||||
|
||||
void CpuManager::SingleCoreRunGuestLoop() {
|
||||
auto& kernel = system.Kernel();
|
||||
auto* thread = kernel.CurrentScheduler()->GetCurrentThread();
|
||||
while (true) {
|
||||
auto* physical_core = &kernel.CurrentPhysicalCore();
|
||||
system.EnterDynarmicProfile();
|
||||
|
Reference in New Issue
Block a user