Difference between revisions of "SDK Compatibility"
From WikiPrizm
Jump to navigationJump to searchm (Tari moved page SDK Compatibiilty to SDK Compatibility: Misspelled title) |
(Remove old miniSDK compatability information) |
||
Line 2: | Line 2: | ||
The original fx-9860-derived "miniSDK" contains some strange design decisions. Some of these have been improved in libfxcg, mostly by moving header files around and renaming some functions. The full list of renamed functions is given in [[:Category:Renamed Syscalls]]. | The original fx-9860-derived "miniSDK" contains some strange design decisions. Some of these have been improved in libfxcg, mostly by moving header files around and renaming some functions. The full list of renamed functions is given in [[:Category:Renamed Syscalls]]. | ||
− | Many older programs will not compile successfully with the new libfxcg. | + | Many older programs will not compile successfully with the new libfxcg. It used to be the case that defining the symbol <tt>_FXCG_MINICOMPAT</tt> mapped old names to the new headers, but this has been removed. |
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 16:25, 7 October 2021
This page has not been completed. Parts may be missing or reorganized before completed. Information is provided as-is and may have errors.
The original fx-9860-derived "miniSDK" contains some strange design decisions. Some of these have been improved in libfxcg, mostly by moving header files around and renaming some functions. The full list of renamed functions is given in Category:Renamed Syscalls.
Many older programs will not compile successfully with the new libfxcg. It used to be the case that defining the symbol _FXCG_MINICOMPAT mapped old names to the new headers, but this has been removed.