Skip to content

Commit

Permalink
limited output format changes for SACD Ripper to ISO
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Dec 13, 2011
1 parent 7a32979 commit dd8508c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libs/libsacd/dst_decoder_ps3.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#ifdef __lv2ppu__

// If you remove the following line, it will compile but the DST decoded output from SACD Ripper will be incorrect!!
#error the PS3 SACD Ripper code is currently broken in the trunk. For now I advice you to use the SACD Daemon in combination with sacd_extract.
//#error the PS3 SACD Ripper code is currently broken in the trunk. For now I advice you to use the SACD Daemon in combination with sacd_extract.

#include <sys/spu.h>
#include <sys/event_queue.h>
Expand Down
2 changes: 2 additions & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -462,13 +462,15 @@ void main_loop(void)
}
else if (dialog_action == 2)
{
#if 0
output_format++;

// max of 7 output options
if (output_format > 6)
{
output_format = 0;
}
#endif

// is the current selection valid?
validate_output_format();
Expand Down

0 comments on commit dd8508c

Please sign in to comment.