aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/apt/apt.cpp
diff options
context:
space:
mode:
authorGravatar purpasmart96 <kanzoconfigz@hotmail.com>2015-05-15 19:25:02 -0700
committerGravatar purpasmart96 <kanzoconfigz@hotmail.com>2015-05-15 19:25:02 -0700
commit0fd727f3adc9611f1df62743d395e4e0ebdc6a46 (patch)
tree352b1903af7eec9a4ed4dc34b080691b1d21fe03 /src/core/hle/service/apt/apt.cpp
parent12f6216741fe846c32d1973026634c4c7da86697 (diff)
APT/FS: Remove asserts that were causing false positives
Diffstat (limited to 'src/core/hle/service/apt/apt.cpp')
-rw-r--r--src/core/hle/service/apt/apt.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/service/apt/apt.cpp b/src/core/hle/service/apt/apt.cpp
index 09d463dd..3fd4cfb0 100644
--- a/src/core/hle/service/apt/apt.cpp
+++ b/src/core/hle/service/apt/apt.cpp
@@ -269,8 +269,6 @@ void GetAppCpuTimeLimit(Service::Interface* self) {
u32* cmd_buff = Kernel::GetCommandBuffer();
u32 value = cmd_buff[1];
- ASSERT(cpu_percent != 0);
-
if (value != 1) {
LOG_ERROR(Service_APT, "This value should be one, but is actually %u!", value);
}