MathewWi / pcsxgc

Automatically exported from code.google.com/p/pcsxgc
0 stars 0 forks source link

Disc Label is not fully displayed #118

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Create a Bin/Cue Disc Image of a Game
2.Name the CD-Rom Label like the Game (with spaces) for example: "Castlevania 
Chronicles"
3.WiiSX just shows the first string. Means in the example "Castlevania".

What is the expected output? What do you see instead?
The expected output is the correct string with spaces. Like Castlevania 
Chronicles. If you rename the Label to "Castlevania_Chronicles" the Game will 
be displayed correctly.

What version of CubeSX or WiiSX are you using? On what console?
WiiSX 2.1

Please provide any additional information below.
Open a bin file in a Hexeditor (HxD) and the cd-rom label will always be saved 
at the same Hex position.
The bin file saves the label in the row 00009340 and 00009350 if u use 16 Bytes 
per Row.
Both rows are allocated for the the cd-rom label.
Another Problem is that WiiSX will display two lines for the cd label if the 
name is too long.

Original issue reported on code.google.com by starlord...@googlemail.com on 5 Aug 2010 at 8:13