-
-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
38 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
box86 (0.3.0) unstable; urgency=low | ||
|
||
* Added rcfile handling: box86 now read "/etc/box86.box86rc" and "~/.box86rc" and apply per process parameters | ||
* Added BOX86_DYNAREC_FORWARD to allow bigger Dynarec block to be build | ||
* Refactored Strong Memory Model emulation (faster and more accurate) | ||
* Box86 now return a custom name for the CPU instal of P4, build with Box86 and the cpu name it's running on | ||
* Improved memory protection tracking and signal handling, again | ||
* More wrapped libs (especially on the gtk familly) | ||
* More wrapped functions | ||
* Added support for CreateDeviceEx in d3dadapter9, for better gallium nine support | ||
* Improved dladdr/dladdr1 wrapped function | ||
* Some fixes to flags handling in the Dynarec on some special cases | ||
* Added specific suppport for RK3588 board (needed some hack in signal handling, probably due to the use of a non mainlined kernel) | ||
* Lots of improvment in the Rounding of float & double (Dynarec and Interpretor), and proper handling of denormals when converting to/from 80 bits long double | ||
* Added specific suppport for RK3588 board (needed some hack in signal handling, probably due to the use of a non mainlined kernel) | ||
|
||
-- Sebastien Chevalier <[email protected]> Thu, 10 Mar 2023 10:20:33 -0500 | ||
|
||
box86 (0.2.8) unstable; urgency=low | ||
|
||
* Wrapped more Vulkan functions, dxvk2.0 now works | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters