Giter VIP home page Giter VIP logo

3ds-hbmenu's People

Contributors

aurorawright avatar cynosura15 avatar figgyc avatar fincs avatar ihaveamac avatar jixunmoe avatar liquidfenrir avatar mtheall avatar noxor11 avatar oreo639 avatar ryuzaki-mrl avatar sd-fritze avatar swiftloke avatar tilka avatar turtlep avatar tuxsh avatar uaevuon avatar urherenow avatar wintermute avatar wuniversales avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

3ds-hbmenu's Issues

Title/Author for SMDH doesn't default to english

If the language entry for title and author included in a SMDH doesn't contain an entry for the current system language nothing is displayed. It instead should display the english one like HOME menu does and if even that one is empty maybe some placeholder.

Hombrew via Rosalina menu on Download Play

So i was using the 3dsguide to try and homebrew the 3ds my friend gasve me. THe version being 7.1. I did all the steps and even retrace my steps and i keep on coming up with the same problem over and over again. WHenever i open the Download Play APplication and use the Rosaline Menu doing that hb thing it doesnt work. I close the software like it says, open it but it just shows a 3ds screen and thats it. nothing happens at all..... I have no idea what to do and it is giving me the bad case of throwing 3ds against wall syndrome.
capture

Issue with compiling modified version.

I made a specialized version of the source code that used the old HB v1.1 water, but the makefile always gets stuck on "regionfree.c". The constant result: "too few arguments to function 'FSUSER_OpenFileDirectly'". Is there a fix to this?

Another thing...

Is there any way to convert the PICA-compressed images.lz file to a format usable by GIMP or paint.net?

Text is too small in CHT devices

CHT devices(Sell officially in Hong Kong and Taiwan) has smaller font size (20x24px) than others (25x30px) for more spaces to contain larger amount characters. (Source: converted bitmap from official cbf_zh-Hant-TW.bcfnt / cbf_std.bcfnt with ctr_FontConverter)

Possible solution to deal with such situation:
check width of "あ" with fontGetCharWidthInfo, CHT devices will return smaller value. Since ideograph is square, so normally width == height. (CHECK: does it return "24" in C/J/U/E? and does it return "19" in T?)
and then adjust scale factor before print.

Cross-post:
FlagBrew/PKSM#654
https://github.com/Steveice10/FBI/issues/423

2018-01-08_23-53-39 846_top
2018-01-08_23-53-39 846_bot

[Request] Default Path

I was told to potentally bring this up as a potental implementation in a future update from a forum I frequent, so that is what I'm doing.

I would like to request being able to set your own default path for hbmenu, either externally in a .cfg (or .bin or whatever) or within the application itself. It would be really useful if you hold .3dsx files somewhere not within the root/3ds section.

Thank you, sorry if I screwed anything up, I made my account less than 15 minutes ago.

"00037" file missing

I was following Jack Sorrell's homebrew tutorial and I'm missing this file, did I do something wrong?

Using Hans

Hi, I had hans in my apps list, but now it doesn't appear although the folder exist in the SD Caed, so my question is, how can I make it appear again? Thanks in advantage.

Removing SD Card results in Error

The original HBL would work if you removed the SD card, so you could remount it with more software. This feature does not work in this HBL, and instead, forces you to reboot. Please consider putting in an implementation of this in a future version.

An Exception Occured

my 2ds is showing

"An exception has occurred

Processor: ARM11 (core 0)
Exception type: prefetch abort
Fault status: Translation - Section
Current Process: menu (0004003000009802) "

if any further info is required i can add

Hangs on homebrew launching

Using Rosalina menu to launch hbl.
Launching any 3dsx executables causes hangups
Luma3ds 8.1 (FW 11.5.0-38U)

Konami Code Missing/Broken

This lacks the Konami Code that the original had. When entered it changed the colors of the application.

[Suggestion] .firm application

the new-hbmenu is a very nice app.
i want to know can it be packed as an .firm file?eg:hbmenu.firm
so i can launch it through the Luma payloads when console power on .
THX.

Exiting from a homebrew will return to the Home Menu

while(aptMainLoop())
{
hidScanInput();
if(hidKeysDown() & KEY_START)
break;

    gfxFlushBuffers();
    gfxSwapBuffers();
    gspWaitForVBlank();
}

aptExit();
nsExit();
gfxExit();
return 0;

This piece of code will return to the Home Menu, on smealum HBM, it returns to the HBMenu, and on this one it directly exits to the Home Menu :(

The configuration button does not work

When you press the configuration button, all it does is scroll apps up.
Does not open any configuration menu.

How strange that all this time no one has reported it ...

My version:
Hombrew channel v2.1.0

3DS won't boot without SD card

Whenever I power my 3DS on, and the SD card is removed, it doesn't boot up. Does this have something to do with the Homebrew Launcher, or the Luma3DS firm?

Also, what programs can open .lz files? I'm trying to enter the images.lz, but I'm not having any luck.

The roof image

the lz archive in the romf/ folder ins not extractable !

Hans

Could you add hans support? Its really useful to take screenshots and launch titles from homebrew Launcher

DSP Dump don't work

Failed: Need to run using hax 2.0+
I need to listen to that BGM in my Themes

Cannot cancel 3dslink NetLoader

Once file transfer starts, there is no way to cancel it. If the transfer process is terminated on the PC side before it finished, Homebrew Launcher will stay stucked waiting for the data transfer. Can't close the Launcer from 3ds' shell. Only option is to reset the 3ds.

Version is 2.2.0, using Luma3DS Rosalina.

wheres boot.3dsx?

I'm very new to homebrewing and I don't know how to install this. help, please.

Launcher Stuck

I installed this homebrew launcher and it has cause a major problem but no matter how many times i replace boot.3dsx it stays as the new hbmenu and not the old one and i would really like the old one back :(.

No more HANS or region free launcher?

I have HANS on my SD card but it is not showing up in the launcher.

I use it to run an out of region game that LUMA will not launch even with locale settings.

braindumper isn't working

The title. Everytime I try to launch it, it says that it isn't compatible.
P.S. Sorry for my bad English.

Problem with some Homebrew Apps,Not showing up in the Homebrew Launcher Menu

Hi!
Recently, I decided to upgrade luma to version 8.0 and install this new version of the Homebrew Menu
and...
Its amazing
The simply fact of you can access to the Home menu directly like any other 3ds game its really great!
But,some apps didn't show in the homebrew menu,like hans,for example
I have all the right files in my 3ds folder
Please help me,I need hans since the region emulator of Luma doesn't work for me,for play out of region dlc
I'm not the only one with this issue,i found similar cases in diferent forums
Sorry for my poor english,my native language is spanish...
And i'm really new in this kind of themes
I dont know if i'm doing right to contact you
Or i need to contact hans developer
Greetings from Chile!

Screenshots

Would be nice to have some screenshots in the readme...

Stuck on Yellow screen

OLD 11.6.0-39E using cubic ninja.
when i navigate with the touchscreen in order to launch the homebrewlauncher it gets stuck on yellow bottom screen.

when i navigate using buttons everything works fine up until i start software from within the homebrew launcher. same problem. stuck on yellow screen

Compiling with new tools

I just installed a brand-new VM of Ubuntu, and all dkp tools and libraries (including build-essential). I get the following error when attempting to build new-hbmenu:

/home/urherenow/projects/new-hbmenu/source/menu-list.c:105:48: warning: dereferencing 'void ' pointer
sdmc_dir_t
dirSt = (sdmc_dir_t*)dir->dirData->dirStruct;
^~
/home/urherenow/projects/new-hbmenu/source/menu-list.c:105:48: error: request for member 'dirStruct' in something not a structure or union
make[1]: *** [/opt/devkitpro/devkitARM/base_rules:85: menu-list.o] Error 1
make: *** [Makefile:174: all] Error 2

EDIT: Ok, the issue happened as a result of the new devkitARM. Just built this on a working VM, did a dkp-pacman -Syuu, which appeared to only update devkitARM, and it produces this same error now.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.