From 2f189546711da20e503463cfc196f2a5f84e8497 Mon Sep 17 00:00:00 2001 From: Gareth Higgins Date: Fri, 10 Apr 2015 08:11:06 -0400 Subject: [PATCH] Update apt.h Corrected casing for 3dbrew --- src/core/hle/service/apt/apt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/hle/service/apt/apt.h b/src/core/hle/service/apt/apt.h index 2684b9b00..a028fceb3 100644 --- a/src/core/hle/service/apt/apt.h +++ b/src/core/hle/service/apt/apt.h @@ -250,7 +250,7 @@ void SetAppCpuTimeLimit(Service::Interface* self); void GetAppCpuTimeLimit(Service::Interface* self); /** -* From 3Ds Brew: +* From 3dbrew: * This writes an output u8 to cmdreply indexword[2]. * This uses PTMSYSM:CheckNew3DS. * When a certain NS state field (internal NS state in .data/.bss.) is non-zero, the output value is zero, otherwise the output is from PTMSYSM:CheckNew3DS.