V10lator

Results 85 comments of V10lator

I get errors like ``` # BridJ: dlopen error = /home/taxi/.local/share/Steam/SteamApps/common/Ticket to Ride/lib/linux-x86/libdowsteam.so: wrong ELF class: ELFCLASS32 ``` but else it seems to work (well, didn't go farer than the...

https://github.com/ptitSeb/box64/blob/main/CMakeLists.txt#L23 and https://github.com/ptitSeb/box86/blob/master/CMakeLists.txt#L25 ;)

I just looked at the codes and APD (automatic power down) gets re-enabled after the queue finished but before the green queue finished screen. So it should only prevent APD...

With the installer and downloader you're right through: It re-enables APD too late. Will be fixed with the next version but yea, from looking at the codes it should shutdown...

The milestone for 1.150 is there for a reason, so don't close as not planned, please. :)

I decided to do the byte-by-byte comparision of the invalid and the good title.tmd file one more time, this time with the web browser open, writing everything I find directly...

On a bit deeper look it looks like the new type is missing the hash, too, so maybe the dynamic sized TMD_CONTENT array starts at offset 0x1E4 there. If this...

@Xpl0itU Good catch! So maybe TMD version (offset 0x180) is 0x00 for Wii and 0x01 for Wii U stuff? And with a title having version 0x00 we should check that...

Turns out this might be more complicated than first thought but maybe it might bring many new informations to the scene... Like what if I tell you that title IDs...