diff options
author | Steven Voges <svoges.sbo@gmail.com> | 2023-09-02 10:01:23 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-02 18:02:27 +0700 |
commit | 34d8592806417a9aa8dc16ec6f658c542d6863bc (patch) | |
tree | 8e53e6c1ac5351c6eef18512f03f9ae7a6e57179 /games/mupen64plus-video-angrylionplus/README | |
parent | bc756d69e9275cb8747c747fa5cbd6a0ae963610 (diff) |
games/mupen64plus-video-angrylionplus: Added (emulator plugin).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/mupen64plus-video-angrylionplus/README')
-rw-r--r-- | games/mupen64plus-video-angrylionplus/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/games/mupen64plus-video-angrylionplus/README b/games/mupen64plus-video-angrylionplus/README new file mode 100644 index 0000000000000..c9c4d70ccbae0 --- /dev/null +++ b/games/mupen64plus-video-angrylionplus/README @@ -0,0 +1,17 @@ +This is a conservative fork of angrylion's RDP plugin that aims to +improve performance and add new features while retaining the accuracy +of the original plugin. + +Current features: + * More maintainable code base by dividing the huge n64video.cpp into + smaller pieces. + * Improved portability by separating the emulator plugin interface + and window management from the RDP emulation core. + * Improved performance on multi-core CPUs by using multi-threaded + rendering with scan line interleaving. + * Replaced deprecated DirectDraw interface with a modern OpenGL 3.3 + implementation. + * Added fullscreen support and manual window sizing. + * Added BMP screenshot support. + * Added settings GUI. + * Added Mupen64Plus support. |