Results 272 issues of soywiz

Since it is not stable yet, we might want to consider wrapping it around KorUI for now to just depend on it in one part of the library and if...

enhancement

I did in my other psp emulator (the one that is written in typescript) several great optimizations related to rendering. One of them is simplifying command decoding: http://blog.jspspemu.com/2015/05/10/next-version-huge-graphics-speedup.html This would...

Most of games refuses to run because of the lack of a working mpeg implementation.

Hle
Media

Check all the discovered sceRtc functions in jpcsp and put them in cspspemu. Then update the pspautotests\tests\rtc. There should be a test at least for every function. You should launch...

In order to be able to filter all the output, we need to use a Logger system. I have created a very simple Logger system: https://github.com/soywiz/csharputils/blob/master/CSharpUtils/CSharpUtils/Logger.cs Now we have to...

Current Thread Scheduler is slow, and cause problems with some games. Rewrite it and separate waiting threads in another list.