mirror of
https://github.com/libretro/ppsspp.git
synced 2025-04-02 19:51:44 +00:00
Update Symbian README. Should build from clean install without any hacks now.
This commit is contained in:
parent
2e65e0ca37
commit
ddfac0926a
@ -108,15 +108,6 @@ extern "C" {
|
||||
#endif // M_IX86
|
||||
#endif // WIN32 ndef
|
||||
|
||||
// Dolphin's min and max functions
|
||||
#undef min
|
||||
#undef max
|
||||
|
||||
template<class T>
|
||||
inline T min(const T& a, const T& b) {return a > b ? b : a;}
|
||||
template<class T>
|
||||
inline T max(const T& a, const T& b) {return a > b ? a : b;}
|
||||
|
||||
// Generic function to get last error message.
|
||||
// Call directly after the command or use the error num.
|
||||
// This function might change the error code.
|
||||
|
@ -137,6 +137,8 @@ You will need to add the GCCE 4.6.3 variant to Symbian\tools\sbs\lib\config\vari
|
||||
<set name="LINKER_DEFAULT_LIBS" value="-lsupc++ -lgcc -lgcc_eh"/>
|
||||
<set name="PLATMACROS.CONFIG" value="ARMV6"/>
|
||||
<set name="ARMMACROS.CONFIG" value="__ARMV6__"/>
|
||||
<set name="LINKER_GROUP_END_OPTION" value="-Wl,--end-group"/>
|
||||
<set name="LINKER_GROUP_START_OPTION" value="-Wl,--start-group"/>
|
||||
<set name="CC.ARMV5" value="-march=armv6"/>
|
||||
<set name="CC.SOFTVFP_MAYBE_VFPV2" value="softfp"/>
|
||||
</var>
|
||||
|
Loading…
x
Reference in New Issue
Block a user