loadiine_gx2
loadiine_gx2 copied to clipboard
Add GUI Languages
- Fixed Icons size extras
- Small updates language
- Small improvements
- Working on language download
- Working in boot image
- Working on Message Box
Ah crap. I wanted to actually merge this after a few questions back and now I made conflicts. Sorry about that. Can you resolve them please?
Ok here are some questions I have: Were these two functions really necessary? void setImageSelect(GuiImage* i); void setImageSelectOver(GuiImage* i); Don't we have a state that is very similar to this. I dont remember anymore. I would have to take a look at it at some point.
Another point I dont understand yet is what is it with this hard coded number here in SettingsMenu.cpp: for(u32 n = 0; n < settingsCategories[i].descriptions.size() && n <=5; n++)
The most things look good though and I am ok with merging it all.
Ah, ok when you have a little time.
about these two functions setImageSelect void (* GuiImage i); setImageSelectOver void (* GuiImage i);
"Settings [i] .settingButton-> setIconOver (settings [i] .settingImageSelected);"
"SetIconOver (GuiImage * i)" was occupied by the selection button, the changes are to add icons to the button, but setImageSelect is not being used now I have set for future use. Maybe if I should change "setImageSelectOver" by "setImageSelect" more correct
for (u32 n = 0; n <settingsCategories [i] .descriptions.size (); n ++) already corrected. The result of many hours on the computer trying to get my head assimilates your code. excellent work certainly very good for people like me can learn.
anyway this is just a sample to see if my work is on track, try to make it more like your work and be easy to understand, once finished with the option language can download if you want to add.
Seems to still have some kind of conflicts. You want me to fix those or will you do it?
think i've fixed conflicts here a link to the projects: https://drive.google.com/file/d/0B6h8xuTOOS2ZbmFVQ254N3lmd0k/view?usp=sharing
Well how should I say this. Thanks for the hard work until now but there is something bugging until now ther was no add support for USB flash drive wich in comparison to a SDHC Card have more storages space and chipper in the same time. It's not like i complain about not having it but having a lot of SD card is hard for me as the maximum storage space we have is 64go thanks for the time
@bijita1 we cannot provide USB loading without access to an IOSU exploit. The system just doesn't allow it.
Also, this isn't the place to ask for something. Next time, please file an issue.
Thanks it was very helpful On May 23, 2016 9:34 PM, "CreeperMario" [email protected] wrote:
@bijita1 https://github.com/bijita1 we cannot provide USB loading without access to an IOSU exploit. The system just doesn't allow it.
Also, this isn't the place to ask for something. Next time, please file an issue.
— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/dimok789/loadiine_gx2/pull/68#issuecomment-221087719