Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
box86-pyra
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
packages
box86-pyra
Commits
f7630dec
Commit
f7630dec
authored
4 years ago
by
Sebastien Chevalier
Browse files
Options
Downloads
Patches
Plain Diff
Bumped to v0.1.2
parent
031f41a3
No related branches found
Branches containing commit
Tags
v0.1.2
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+18
-0
18 additions, 0 deletions
CHANGELOG.md
src/box86version.h
+1
-1
1 addition, 1 deletion
src/box86version.h
with
19 additions
and
1 deletion
CHANGELOG.md
+
18
−
0
View file @
f7630dec
v0.1.2
======
*
The Dynarec now handle JIT code
*
Added support for Unity games (not perfect yet)
*
Added support for Wine (not perfect yet). You need an x86 build of Wine to use it
*
Added support for Steam (not perfect yet). Note that steam have limited functionnalities on 32bits (only mini-mode is available)
*
More wrapped libs
*
Added support for "PltResolver", so order of library is less important and many symbol are resolved at runtime
*
Added an option to build box86 as a lib (to wrapped dynamic library)
*
Better Signal handling (not perfect yet)
*
More opcodes added, more opcode fixes.
*
More Dynarec opcodes.
*
Added support for FS:, and creating custom selector (needed by Wine)
*
There is now 1 x86emu_t structure per thread (simplifying/optimising many callback handling)
*
Box86 now have a logo!
*
Added options handling (only version and help for now). Now it's much usefull exept for version printing.
v0.1.0
=======
*
Dynarec!!! Only for ARM (note that dynarec doesn't support JITed code for now)
...
...
This diff is collapsed.
Click to expand it.
src/box86version.h
+
1
−
1
View file @
f7630dec
...
...
@@ -3,6 +3,6 @@
#define BOX86_MAJOR 0
#define BOX86_MINOR 1
#define BOX86_REVISION
1
#define BOX86_REVISION
2
#endif //__BOX86_VERSION_H_
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment