ps2homebrew / hdl-dump

Install games in HDLoader format to APA-formatted hard drive
122 stars 25 forks source link

Hide games #35

Closed NimrodPSI closed 3 years ago

NimrodPSI commented 3 years ago

Pull Request checklist

Note: these are not necessarily requirements

Pull Request description

Added switches to hide games in HDDOSD when installing or injecting. Also added switches to hide or unhide a game using the modify command.

AKuHAK commented 3 years ago

Please fix this:

In file included from gui_main.c:35:
../hdl.h:93:20: note: expected 'int' but argument is of type 'progress_t *' {aka 'struct progress_type *'}
   93 |                int is_hidden,       /* is the game hidden? */
      |                ~~~~^~~~~~~~~
gui_main.c:819:22: error: too few arguments to function 'hdl_inject'
  819 |             result = hdl_inject(hio_, iin, &game, -1, pgs);
      |                      ^~~~~~~~~~
AKuHAK commented 3 years ago

@NimrodPSI I really advise enabling actions: https://github.com/NimrodPSI/hdl-dump/actions and check if something fails. CI-compile-ps2-side / build will fail always - it is normal, but other checks should pass otherwise that means you break something.

Also could you please also add some notes about new switches into README.MD?

NimrodPSI commented 3 years ago

Will do, thank you AKuHAK.