PSP-Archive / ARK-4

Custom Firmware for the PSP and PS Vita.
637 stars 42 forks source link

VSHMenu : Window and Classic mode #194

Closed pyroesp closed 1 year ago

pyroesp commented 1 year ago

Acid asked if it was possible to have the classic mode still so I played a bit with the code and came up with what you see in the commits.

I've added a mode variable to the vsh_Menu structure which can be either VSH_CLASSIC or VSH_WINDOW.

TODO: Add the menu option to switch from one mode to the other. This would probably require to add it to all the translation files too, but I don't know how Acid wants to continue this.

For now the menu is set to VSH_WINDOW in the vsh.c file.

PS: Set Acid as reviewer

IMG20230804173955 rn_image_picker_lib_temp_34c8aff6-79d3-4b43-b5a9-2ba4b4eb0677

krazynez commented 1 year ago

Okay added the item in and now can be selected in the advanced. This now resides in /test for testing purposes.

krazynez commented 1 year ago

Also added the Read Only by default when toggling through USB devices.