Changeset 44660


Ignore:
Timestamp:
01/30/20 14:32:00 (4 years ago)
Author:
obi
Message:

add debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/record.h

    r44651 r44660  
    524524                {
    525525                        recbsize = servicenode->tssize * 188;
     526printf("check recordplay work 1\n");
    526527                        // recordplay work vuplus start
    527528                        if(checkbox("VUSOLO2") == 1 || checkbox("VUDUO4K") == 1)
    528529                        {
     530printf("use recordplay work 1\n");
    529531                                recbsize = 12032;
    530532                                writetimeout = 3000000;
     
    816818                                                tmprecbsize = 188 * 1024; //aligned to 188 and 4096
    817819
     820printf("check recordplay work 2\n");
     821
    818822                                                // recordplay work vuplus start
    819823                                                if(checkbox("VUSOLO2") == 1 || checkbox("VUDUO4K") == 1)
     824{
     825printf("use recordplay work 2\n");
     826
    820827                                                        recbsize = 12032;
     828}
    821829                                                // recordplay work vuplus end
    822830
Note: See TracChangeset for help on using the changeset viewer.