Alex Taber
Alex Taber
Added in c6b6f56. If you attempt to access the browser, and the Parental Controls setting to restrict online browser access is enabled, then Anemone will prompt you for the PIN...
Need more information - does this occur only on times you've ran Anemone that power cycle, or has it occurred when you haven't launched Anemone but are using a custom...
+1 to this being optimization related - compiling at the `-O1` level rather than `-Os` lets it behave as expected, so there's probably some optimization in the O2 set that...
After further investigation, it seems to be the ipa-vrp (interprocedural propagation of value ranges) optimization that breaks things - compiling with `-fno-ipa-vrp` results in a binary that works fine.
Good point! I meant to write something up before the release but forgot to. There's not that much to say, since the Home Menu just always expects dual channel and...
I dislike the latter idea because it would add a decent bit of overhead having to read BGM files while navigating the theme list, I think warning the user when...
> ID scrambling This is inevitable with how badges (and custom badges especially) work - because these aren't official badges they don't have an actual ID associated with them, so...
Can you upload the themes you are testing with and specify which theme doesn't play audio when shuffled?
That's correct - correcting the BGM enabled flag is intended primarily to be used with doing a BGM only install on top of a theme that doesn't have BGM enabled,...