From 493a1a93eca86faba05f2c7a020c438b9fcbf823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=97=B1=20PixelyIon?= Date: Sun, 12 Jan 2020 02:11:54 +0530 Subject: [PATCH] Use .clang-tidy and remove madvise DO_FORK/DONT_FORK calls This commit causes Android Studio to use the .clang-tidy file for configuration and removes madvise DO_FORK/DONT_FORK calls as they cause problems on many devices and are mostly unnecessary. --- .idea/inspectionProfiles/Project_Default.xml | 3 ++ .../cpp/skyline/kernel/types/KProcess.cpp | 36 +++++++++---------- app/src/main/cpp/skyline/os.cpp | 3 -- app/src/main/cpp/skyline/os.h | 6 ---- 4 files changed, 21 insertions(+), 27 deletions(-) diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 3e722f9d..6c18ee41 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -129,6 +129,9 @@