mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-05 10:52:15 +02:00
web_wifi: struct naming conventions
This commit is contained in:
parent
c975b129bc
commit
08c5220bc4
@ -9,15 +9,15 @@
|
|||||||
#include "../services/applet.h"
|
#include "../services/applet.h"
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
u8 unk1[0x4];
|
u8 unk_x0[0x4];
|
||||||
char url[0xFC];
|
char url[0xFC];
|
||||||
} WebWifiPageArgUrl;
|
} WebWifiPageArgUrl;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
WebWifiPageArgUrl url1;
|
WebWifiPageArgUrl url1;
|
||||||
WebWifiPageArgUrl url2;
|
WebWifiPageArgUrl url2;
|
||||||
u8 gap1[0x300];
|
u8 unk_x200[0x300];
|
||||||
u8 unk2[0x18];
|
u8 unk_x500[0x18];
|
||||||
} WebWifiPageArg;
|
} WebWifiPageArg;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user