From f31ab5ae0be3de6e0910b2d5942e33458be043ac Mon Sep 17 00:00:00 2001 From: Pheenoh Date: Tue, 7 Mar 2023 18:03:46 -0700 Subject: Misc Changes (#306) --- src/f_pc/f_pc_pause.cpp | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'src/f_pc/f_pc_pause.cpp') diff --git a/src/f_pc/f_pc_pause.cpp b/src/f_pc/f_pc_pause.cpp index b73a436775..3fd9a81a14 100644 --- a/src/f_pc/f_pc_pause.cpp +++ b/src/f_pc/f_pc_pause.cpp @@ -1,17 +1,11 @@ -// -// Generated By: dol2asm -// Translation Unit: f_pc/f_pc_pause -// +/** + * f_pc_pause.cpp + * Framework - Process Pause + */ #include "f_pc/f_pc_pause.h" -#include "dol2asm.h" -#include "dolphin/types.h" #include "f_pc/f_pc_layer_iter.h" -// -// Declarations: -// - /* 80023844-80023868 0024+00 s=0 e=3 z=0 None .text fpcPause_IsEnable__FPvUc */ s32 fpcPause_IsEnable(void* pProcess, u8 flag) { base_process_class* pProc = (base_process_class*)pProcess; -- cgit v1.2.3