mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
Fix bindless path in d3d12 that i broke in earlier commit (did not affect any users, thats a debug thing)
Fix guest code profiler, it previously only worked with function precomp + all code you were about to execute already discovered Allow AndNot if type is V128
This commit is contained in:
parent
22e52cbecd
commit
b41e5060da
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -101,3 +101,5 @@ node_modules/.bin/
|
|||
/third_party/binutils/binutils*
|
||||
/third_party/vasm/
|
||||
/tools/shader-playground/*.dll
|
||||
/profile_print_times.py
|
||||
/profile_times.txt
|
||||
|
|
|
|||
Loading…
Reference in a new issue