
2012-05-14 : r361 Changelog:
- Added a tip for future .NET 4.5 to inline some performance-critical functions.
On previous commits:
- Added French to the UI. Thanks to Kalidor from Tgames.fr.nf
Merge branch 'master' of ssh://bitbucket.org/soywiz/cspspemu
- Fixed thread priority
* Implemented sceRtcCompareTick (Untested)
* Fixed PspDaysOfWeek index (still to test on real psp)
Handle Missing UMD_DATA.BIN and ICON0.PNG
Fixes Issue #51
Merge branch 'master' of ssh://bitbucket.org/soywiz/cspspemu
- New dynarec function generator!
- Now it runs in another thread and enqueue addresses to analyze, so it can start generating code before it has to run it (still lacks Marshal.Prelink on Windows).
- This new code is much better and easier to maintain.
- Will allow to inline functions and to generate much better code in the future.
- Refactorings.
- Removed IResetable.
- New code Logger.StopWatch to perform temporal analysis.
Updated sceRtcGetDayOfWeek test
Corrected return comment for GetDayOfWeek
* Reverting mistakes
Fixed sceRtcGetCurrentClock not sceRtcGetCurrentClockLocalTime in last commit.
Source: This
0 comments:
Post a Comment