core: Replace "AppCore" nomenclature with just "CPU".

This commit is contained in:
bunnei 2016-12-22 00:00:01 -05:00
parent 1fd7cfb69e
commit 8cfd0762fd
11 changed files with 103 additions and 105 deletions

View file

@ -25,7 +25,7 @@ CallstackWidget::CallstackWidget(QWidget* parent) : QDockWidget(parent) {
void CallstackWidget::OnDebugModeEntered() {
// Stack pointer
const u32 sp = Core::AppCore().GetReg(13);
const u32 sp = Core::CPU().GetReg(13);
Clear();