From ee1cb583e65f00edb0712d44c7f8e694f9fb9325 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20T=C3=B6rnblom?= Date: Mon, 20 May 2024 20:16:37 +0200 Subject: [PATCH] cosmetics --- src/ps5/sys.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ps5/sys.c b/src/ps5/sys.c index b5d8ff5..d872e4d 100644 --- a/src/ps5/sys.c +++ b/src/ps5/sys.c @@ -167,8 +167,6 @@ sys_launch_title(const char* title_id, const char* args) { } - - __attribute__((constructor)) static void ps5_init(void) { pid_t pid;