]> Chaos Git - corbenik/ctrulib.git/commit
Change svcKernelSetStateSignature
authorTuxSH <tuxsh@sfr.fr>
Sun, 18 Dec 2016 22:35:20 +0000 (23:35 +0100)
committerfincs <fincs.alt1@gmail.com>
Sun, 18 Dec 2016 22:52:12 +0000 (23:52 +0100)
commit34015acd3f239bfb6d0e614cc5dbbce6da987fd4
tree69be2512c1ac3ca2dae5628eb3d9824e304ed5de
parente37ebf3ef19943b9cdc532c753fa2176b472ef0d
Change svcKernelSetStateSignature

`svcKernelSetState` behaves like a variadic function. This change, in addition of not breaking anything, would allow writing things like:

```c
svcKernelSetState(0, 0x0004013800000002ULL, 0)````

which is more explicit than what was used before
libctru/include/3ds/svc.h