profi200 / open_agb_firm

open_agb_firm is a bare metal app for running GBA homebrew/games using the 3DS builtin GBA hardware.
GNU General Public License v3.0
860 stars 42 forks source link

Folder names beginning with an underscore disrupt alphabetical organization. #26

Open ghost opened 3 years ago

ghost commented 3 years ago

Title is self-explanatory.

ghost commented 3 years ago

Also, why is /3ds/open_agb_firm created if nothing is stored in it?

ghost commented 3 years ago

Also, please either remove texture dumping or make a seperate distro that removes texture dumping because it is annoying for the game to freeze every time you accidentally press Y.

profi200 commented 3 years ago

Folder contents are not naturally sorted is why it's not quite right. For the time being i won't change that but i will once i implement a proper GUI.

"/3ds/open_agb_firm" is not unused. "lastdir.bin" is written there and recent commits store config.ini there.

The freezing is actually not intended. It's a bug i was not able to track down yet. Pressing HOME can unfreeze in most cases. I will probably change the screenshot/texture dumping to use 2 entirely different buttons to make it harder to trigger.

ghost commented 3 years ago

OK, can you make it where it doesn't make SD:/3ds/open_agb_firm if it doesn't store anything in it? (I launch all my games from SD root, so no lastdir.bin, and it makes the empty folder anyway.)

On Saturday, December 12, 2020, profi200 notifications@github.com wrote:

Folder contents are not naturally sorted is why it's not quite right. For the time being i won't change that but i will once i implement a proper GUI.

"/3ds/open_agb_firm" is not unused. "lastdir.bin" is written there and recent commits store config.ini there.

The freezing is actually not intended. It's a bug i was not able to track down yet. Pressing HOME can unfreeze in most cases. I will probably change the screenshot/texture dumping to use 2 entirely different buttons to make it harder to trigger.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/profi200/open_agb_firm/issues/26#issuecomment-743944415, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQ24BZVKZWFP5CNJ23DV66DSUQ3IRANCNFSM4UZATKOQ .

profi200 commented 3 years ago

It will be required anyway soon when i make the next alpha for the config file and maybe in the coming months for the game save database. Also screenshots will go into "/3ds/open_agb_firm/screenshots" when i implemented that (depends on mentioned freeze bug).