⭐️NINIKA⭐️
⭐️NINIKA⭐️
Oh, yeah, now I see the problem. Maybe something hybrid would work: use the novel API when available and svcSetHeapSize as a fallback. But this would probably be a maintenance...
Hmm, for me it's a different error - 0x19280. I found some information that it's an `AM_BUSY_ERROR`, which can be returned by `OpenApplicationProxy`. Programs are to wait a bit and...
Changed the code that calls `OpenLibraryAppletProxyOld` to handle this result. ``` ipc::client::Object ilap; do { auto rc = iasaps.SendSyncRequest( // OpenLibraryAppletProxyOld ipc::InPid(), ipc::InRaw(0), ipc::InHandle(0xffff8001), ipc::OutObject(ilap)); if (!rc) { auto error...
Well, with twili 1.3.0 on atmosphere 0.11.1 I still get `0x19280`
And with applied change I still get 0xf601... So, nothing changed when I updated to AMS 0.11.1.
While trying to come up with more test cases for the round-trip tests I found myself staring at what generator produced for this code: ```c int __attribute__((stdcall)) func1(void); int func2(void)...
Should be ready to merge. I was not able to make the `_round_trip_matches` work (it tried to compare two `AttributeSpecifier`'s and failed there. Replaced with a check against a hard-coded...
>the parsed source gets regenerated Do you intend to compare the original source code to the generated? Or do you mean checking that after regenerating the code two times (src...
Yeah, it is possible, but I want to be able to test that attributes are parsed correctly in all possible places, not only in their "canonical" form. That's why it's...
So, you want them in addition to what I already have? Probably can do that