Homebrew [Release] 3DSident

  • Thread starter Thread starter Joel16
  • Start date Start date
  • Views Views 228,042
  • Replies Replies 336
  • Likes Likes 71

What version do you use?

  • Original

    Votes: 3 33.3%
  • GUI

    Votes: 6 66.7%

  • Total voters
    9
  • Poll closed .
Version 0.4 is up!

Changelog:
  • Fixed NNID num detection
  • Added title count
  • Display screen type - Thanks SciresM!
https://github.com/joel16/3DSident/releases


chart
 
Last edited by Joel16,
  • Like
Reactions: SG6000 and Ryccardo
This is a very cool tool. The screen type identifier is an awesome and fitting addition but I've really wanted an installed title count since my homemade VC injections got a bit out of hand.

I think this is an essential 3dsx. Thank you!
 
  • Like
Reactions: Joel16
This is a very cool tool. The screen type identifier is an awesome and fitting addition but I've really wanted an installed title count since my homemade VC injections got a bit out of hand.

I think this is an essential 3dsx. Thank you!

There is an installed title count in the update that was just released. It just doesn't show their names.
 
Sorry - I should have been clearer - that's what I was referring to. It's a godsend and why I've installed this all over the place. Names of individual titles aren't necessary! Cheers.
 
Last edited by SG6000,
  • Like
Reactions: Joel16
How does it pull the information of the screen type? Reason i ask is i ran it and have a top ips, i have a spare bottom screen, but dont want to swap it just to find out.
 
How does it pull the information of the screen type? Reason i ask is i ran it and have a top ips, i have a spare bottom screen, but dont want to swap it just to find out.

I reverse engineered CTRAging to find the service call it uses to get screen information.

It makes a call to https://3dbrew.org/wiki/GSPLCD:GetVendor, which returns a u8 describing the screens.

(u8 & 0xF) == bottom screen, 1 = IPS, 0xC = TN

((u8 >> 4) & 0xF) == top screen, same as above
 
I reverse engineered CTRAging to find the service call it uses to get screen information.

It makes a call to https://3dbrew.org/wiki/GSPLCD:GetVendor, which returns a u8 describing the screens.

(u8 & 0xF) == bottom screen, 1 = IPS, 0xC = TN

((u8 >> 4) & 0xF) == top screen, same as above
Can you always be sure a certain vendor always supplies a certain LCD type?
And curiously, do you know which vendors manufacture TN or IPS?
My wild guess: SHARP=TN, SAMSUNG=IPS.
 

Site & Scene News

Popular threads in this forum