vgmoose

Results 129 comments of vgmoose

^ definitely update to the newer version, hbas.elf is an older homebrew format that may not be compatible with modern setups. In the past you were able to upgrade hbas.elf...

As you noted, the download is faster, but then the install is where it actually goes and pulls each file out of the downloaded zip. Retroarch has 740 total files,...

This may be a result of reading-from-SD (from the newly downloaded zip) and then writing-to-SD (for the extracted file) too rapidly without a large enough buffer in between. hb-appstore uses...

There's a couple things going on in this issue, two are related to how the client tracks versions, and then one is a human/maintenance problem with the default provided repo....

Currently, our hosted switch RA package subset is as follows: - delete all `/retroarch/cores` except: snes9x, gambatte, mgba, nestopia - delete all assets from `/retroarch/assets/xmb`, except: dot-art, flatui, monochrome, pixel...

Definitely makes sense to save this setting given the mute button is already there. There's currently no "preferences" system that the appstore itself uses, but there is json parsing ability....

Some relevant areas: Mute button callback: [AppList.cpp L427](https://github.com/fortheusers/hb-appstore/blob/master/gui/AppList.cpp#L427) Mute button init: [AppList.cpp L383](https://github.com/fortheusers/hb-appstore/blob/master/gui/AppList.cpp#L383) The music can be enabled on the PC build with `-DMUSIC` in the Makefile flags. Currently the...

Added in https://github.com/fortheusers/hb-appstore/commit/f2cffc1cc864fda5c44e52136abe8fdda7f83162 When toggling the audio, a file `.toggle_sound` is created or deleted, depending on whether or not the current setting is the inverse of the default setting.

I think that app looks nice! Designing an interface for 3DS has a lot of constraints, and using hb-appstore's codebase on 3DS without any layout changes presents [some issues](https://media.discordapp.net/attachments/668188590936948766/696110042608435260/image0.jpg?width=1232&height=924) (an...

I should have mentioned the above in my other reply. Maintaining a repo that meets all the concerns of users and developers is not a trivial problem, and it wouldn't...