mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2025-10-30 08:02:29 +00:00
Update README.md
This commit is contained in:
parent
ce68e96c17
commit
aceaa8370e
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
|
@ -3,6 +3,20 @@
|
|||
A modern runtime for traditional ports and recompilations of N64 games. \
|
||||
The runtime is consists of two libraries: [ultramodern](#ultramodern) and [librecomp](#librecomp).
|
||||
|
||||
<div align="left" valign="middle">
|
||||
<a href="https://runblaze.dev">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://www.runblaze.dev/logo_dark.png">
|
||||
<img align="right" src="https://www.runblaze.dev/logo_light.png" height="102px"/>
|
||||
</picture>
|
||||
</a>
|
||||
|
||||
<br style="display: none;"/>
|
||||
|
||||
_Thank you [Blaze](https://runblaze.dev) for supporting this project by providing Linux ARM64 and Apple Silicon macOS Github Action Runners!_
|
||||
|
||||
</div>
|
||||
|
||||
## ultramodern
|
||||
|
||||
ultramodern is a reimplementation of much of the core functionality of libultra. It can be used with either statically recompiled projects that use N64Recomp or direct source ports. It implements the following libultra functionality:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue