Change which button triggers profile

This commit is contained in:
James Lambert 2023-12-16 10:05:31 -07:00
parent b4419120bc
commit a37a8497cd

View file

@ -329,9 +329,9 @@ static void gameProc(void* arg) {
profileEnd(updateStart, 0);
drawingEnabled = 1;
}
#if PORTAL64_WITH_RSP_PROFILER
if (controllerGetButtonDown(2, START_BUTTON)) {
if (controllerGetButtonDown(2, R_JPAD)) {
struct GraphicsTask* task = &gGraphicsTasks[drawBufferIndex];
profileTask(&scheduler, &gameThread, &task->task.list, task->framebuffer);
}