index
:
box64
this commit
fix/trace
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Better way to use CREATE_VALIST_FROM_VAARG macro
ptitSeb
2023-03-03
2
-5
/
+7
*
Use CREATE_VALIST_FROM_VAARG if exist on XXprintf family
ptitSeb
2023-03-02
1
-0
/
+16
*
Better default rcfile for when no rcfile are present
ptitSeb
2023-03-02
1
-1
/
+3
*
[DYNAREC] Finetuned the jump table memory allocation
ptitSeb
2023-03-02
4
-107
/
+160
*
Merge branch 'main' into steam_chrome
ptitSeb
2023-03-02
1
-2
/
+2
|
\
|
*
Added a couple of wrapped function to libm (for #496)
ptitSeb
2023-02-28
1
-2
/
+2
*
|
[RK3588] Made Workaround also working on non-dynarec build (just in case...)
ptitSeb
2023-02-26
1
-6
/
+6
*
|
Made the Signal workaround specific to RK3588
ptitSeb
2023-02-26
1
-0
/
+3
*
|
Try to improved the Workaround, to make it more generic
ptitSeb
2023-02-25
1
-1
/
+6
*
|
[STEAM] Added a workaround for issue with steamwebhelper running on Armbian (...
ptitSeb
2023-02-25
1
-1
/
+1
*
|
[DYNAREC] Small imrvment in managing memory protection
ptitSeb
2023-02-25
2
-4
/
+5
*
|
fixed logs to malloc_hack_2
ptitSeb
2023-02-24
1
-1
/
+1
*
|
Added more logs to malloc_hack_2
ptitSeb
2023-02-24
1
-1
/
+1
*
|
Merge branch 'main' into steam_chrome
ptitSeb
2023-02-24
2
-5
/
+5
|
\
|
|
*
[DYNAREC] Fetch a quad in PSHUFLW instruction.
Alexandre Julliard
2023-02-24
1
-1
/
+1
|
*
[DYNAREC] Fix the opcode bit in the generated TBX instruction.
Alexandre Julliard
2023-02-24
1
-4
/
+4
*
|
Merge branch 'main' into steam_chrome
ptitSeb
2023-02-23
6
-8
/
+64
|
\
|
|
*
[D3DADAPTER9] Added support for CreateDeviceEx
ptitSeb
2023-02-23
6
-8
/
+64
*
|
Merge branch 'main' into steam_chrome
ptitSeb
2023-02-21
1
-184
/
+28
|
\
|
|
*
Simply handling of pthread_mutex_t structure (for #522)
ptitSeb
2023-02-21
1
-184
/
+28
*
|
Merge branch 'main' into steam_chrome
ptitSeb
2023-02-21
10
-300
/
+584
|
\
|
|
*
Added a large batch of libssl/libcrypto wrapped functions (for StardewValley)
ptitSeb
2023-02-21
10
-300
/
+584
|
*
wrap _XAsyncErrorHandler
Alyssa Rosenzweig
2023-02-20
1
-1
/
+1
*
|
Merge branch 'main' into steam_chrome
ptitSeb
2023-02-20
13
-72
/
+94
|
\
|
|
*
Added some more libFAudio wrapped functions
ptitSeb
2023-02-20
1
-3
/
+3
|
*
Fixed a improved HotPage handling
ptitSeb
2023-02-20
2
-32
/
+28
|
*
[DYNAREC] Directly run program Segfault handler for Access Error with PROT_DY...
ptitSeb
2023-02-20
1
-1
/
+4
|
*
[DYNAREC] This small utility function can be static
ptitSeb
2023-02-20
1
-1
/
+1
|
*
[DYNAREC] Fixed LZCNT and TZCNT opcode, for good
ptitSeb
2023-02-20
1
-10
/
+10
|
*
[DYNAREC] Optimized FillBlock64 to avoid 3 for loop on all block instructions...
ptitSeb
2023-02-19
5
-27
/
+23
|
*
[DYNAREC] Introduced BOX64_DYNAREC_FASTPAGE to use an alternate way to handle...
ptitSeb
2023-02-19
4
-5
/
+29
|
*
[DYNAREC] Optimized DB /7 opcode
ptitSeb
2023-02-19
3
-3
/
+65
|
*
Added some more wrapped functions to gstreamer and gsttag
ptitSeb
2023-02-19
2
-6
/
+6
|
*
Hide a warning when running java stuffs
ptitSeb
2023-02-19
1
-2
/
+2
|
*
Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to no...
ptitSeb
2023-02-19
5
-10
/
+59
|
*
Fixed a regression with factorio
ptitSeb
2023-02-19
1
-2
/
+2
*
|
Preliminary work to get steamwebhelper working
ptitSeb
2023-02-20
1
-1
/
+1
*
|
[DYNAREC] Optimized DB /7 opcode
ptitSeb
2023-02-20
3
-3
/
+65
*
|
Added some more wrapped functions to gstreamer and gsttag
ptitSeb
2023-02-20
2
-6
/
+6
*
|
Hide a warning when running java stuffs
ptitSeb
2023-02-20
1
-2
/
+2
*
|
Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to no...
ptitSeb
2023-02-20
5
-10
/
+59
*
|
Fixed a regression with factorio
ptitSeb
2023-02-20
1
-2
/
+2
*
|
[DYNAREC] Fix a nasty typo in custommem
ptitSeb
2023-02-19
1
-1
/
+1
*
|
Some fixes in custommem tracking, and less tracking of mem protection (reduce...
ptitSeb
2023-02-19
1
-25
/
+22
*
|
Merge branch 'main' into steam_chrome
ptitSeb
2023-02-19
8
-325
/
+146
|
\
|
|
*
[DYNAREC] Small optim on getDB
ptitSeb
2023-02-19
2
-2
/
+1
|
*
Simplified dynablock handling (reduced memory consuption)
ptitSeb
2023-02-19
7
-323
/
+145
*
|
Preliminary work to get steamwebhelper working
ptitSeb
2023-02-18
8
-18
/
+174
|
/
*
Added 67 0F B9 opcode
ptitSeb
2023-02-18
1
-0
/
+13
*
[RCFILE] Small fix to avoind applying same profile multiple time
ptitSeb
2023-02-18
1
-3
/
+3
[next]