GaryOderNichts / recovery_menu

Recovery Menu for the Nintendo Wii U
GNU General Public License v2.0
144 stars 17 forks source link

Maybe Not An Issue - unable to build recovery_menu_dc_init #32

Open filipe-maia opened 1 year ago

filipe-maia commented 1 year ago

Hi.

This is not a problem for me now, but I just wanted to report what I found.

In issues https://github.com/GaryOderNichts/recovery_menu/issues/18 and https://github.com/GaryOderNichts/recovery_menu/issues/19 I've uploaded my builds.

When I used the command 'docker run -it --rm -v ${PWD}:/project recoverybuilder make DC_INIT=1' the file "recovery_menu" was created. After testing it, I can't find any difference from it and from the file generated with the command 'docker run -it --rm -v ${PWD}:/project recoverybuilder make'. If I use the file "recovery_menu_dc_init" that is in the releases page, I notice my TV always goes to 480p (that is expected).

Am I building the "recovery_menu_dc_init" wrong?

Thanks.