Merge pull request #1517 from vinanrra/patch-2

Fixed mising line
This commit is contained in:
Henrik Rydgård 2013-04-24 12:05:07 -07:00
commit efc92531f3

View File

@ -158,7 +158,7 @@ You will need to add the GCCE 4.6.3 variant to Symbian\tools\sbs\lib\config\vari
</var>
You will also need to increase the data section of the executable in linking stage by modifying Symbian\tools\sbs\lib\config\gcce.xml as follows:
<set name="RW_BASE" value="$(RW_BASE_OPTION)0x700000"/>
<set name="RW_BASE" value="$(RW_BASE_OPTION)0x700000"/>
Then simply compile the PPSSPPQt.pro with `qmake` from the SDK or the included QtCreator.