| 114 | } |
| 115 | |
| 116 | static bool aptIsCrippled(void) |
| 117 | { |
| 118 | u32 flags = envGetSystemRunFlags(); |
| 119 | return (flags & RUNFLAG_APTWORKAROUND) && !(flags & RUNFLAG_APTREINIT); |
| 120 | } |
| 121 | |
| 122 | static Result aptGetServiceHandle(Handle* aptuHandle) |
| 123 | { |
no test coverage detected