mirror of
https://github.com/libretro/Play-.git
synced 2024-12-04 23:36:30 +00:00
19 lines
596 B
HTML
19 lines
596 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Play! Change Log</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h3>Version 0.30</h3>
|
||
|
<ul>
|
||
|
<li>Added AVI format video recording functionality.</li>
|
||
|
<li>Fixed COUNT register increment rate. (For Half-Life)</li>
|
||
|
<li>Improved frame-buffer flip detection.</li>
|
||
|
<li>Improved MAC flags support and Q/P register pipelines. (For games using 3D)</li>
|
||
|
<li>Switched to new recompilation engine and added x64 version.</li>
|
||
|
</ul>
|
||
|
<h3>Version 0.26 and earlier</h3>
|
||
|
<ul>
|
||
|
<li>Not recorded.</li>
|
||
|
</ul>
|
||
|
</body>
|
||
|
</html>
|