From 08c5220bc418b0e63282c8062d7f23f78b6e045f Mon Sep 17 00:00:00 2001 From: p-sam Date: Fri, 18 Jan 2019 23:42:45 +0000 Subject: [PATCH] web_wifi: struct naming conventions --- nx/include/switch/applets/web_wifi.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nx/include/switch/applets/web_wifi.h b/nx/include/switch/applets/web_wifi.h index 9d4bb8cd..208a4639 100644 --- a/nx/include/switch/applets/web_wifi.h +++ b/nx/include/switch/applets/web_wifi.h @@ -9,15 +9,15 @@ #include "../services/applet.h" typedef struct { - u8 unk1[0x4]; + u8 unk_x0[0x4]; char url[0xFC]; } WebWifiPageArgUrl; typedef struct { WebWifiPageArgUrl url1; WebWifiPageArgUrl url2; - u8 gap1[0x300]; - u8 unk2[0x18]; + u8 unk_x200[0x300]; + u8 unk_x500[0x18]; } WebWifiPageArg; typedef struct {