X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=deps%2Flightrec%2FREADME.md;h=449e06c161e53e2a90f37b25140c374f2c4ead2d;hb=016c6e93f6db684211f5c8b05433cb500715ba50;hp=40ecc8f6ae1984301949302e04d340bb98487cf9;hpb=3918505613cb814f8f5e0e8e0471f7b2a2cd8464;p=pcsx_rearmed.git diff --git a/deps/lightrec/README.md b/deps/lightrec/README.md index 40ecc8f6..449e06c1 100644 --- a/deps/lightrec/README.md +++ b/deps/lightrec/README.md @@ -17,8 +17,7 @@ a form of Intermediate Representation (IR). Basically, just a single-linked list of structures representing the instructions. On that list, several optimization steps are performed: instructions are modified, reordered, tagged; new meta-instructions -can be added, for instance to tell the code generator that a certain -register won't be used anymore. +can also be added. * __Lazy compilation__. If Lightrec detects a block of code that would be very hard to @@ -46,8 +45,12 @@ typically happens when a lot of new code is run. Lightrec has been ported to the following emulators: -* [__PCSX-ReArmed__ (my own fork)](https://github.com/pcercuei/pcsx_rearmed) +* [__PCSX-ReArmed__ (libretro)](https://github.com/libretro/pcsx_rearmed) * [__pcsx4all__ (my own fork)](https://github.com/pcercuei/pcsx4all) -* [__Beetle__ (libretro)](https://github.com/libretro/beetle-psx-libretro/) \ No newline at end of file +* [__Beetle__ (libretro)](https://github.com/libretro/beetle-psx-libretro/) + +* [__CubeSX/WiiSX__](https://github.com/emukidid/pcsxgc/) + +[![Star History Chart](https://api.star-history.com/svg?repos=pcercuei/lightrec&type=Date)](https://star-history.com/#pcercuei/lightrec&Date)