mirror of
https://github.com/FEX-Emu/FEX.git
synced 2024-11-24 15:10:01 +00:00
Thunks: Oops deleted an entry point
Moving some entries around I managed to delete one. Fixes Vulkan thunks.
This commit is contained in:
parent
ef321e4bf8
commit
a2b53c8eb0
@ -21,6 +21,7 @@ struct fex_gen_config : fexgen::generate_guest_symtable, fexgen::indirect_guest_
|
||||
};
|
||||
|
||||
template<> struct fex_gen_config<vkCreateInstance> : fexgen::custom_host_impl {};
|
||||
template<> struct fex_gen_config<vkDestroyInstance> {};
|
||||
template<> struct fex_gen_config<vkCreateDevice> : fexgen::custom_host_impl {};
|
||||
template<> struct fex_gen_config<vkAllocateMemory> : fexgen::custom_host_impl {};
|
||||
template<> struct fex_gen_config<vkFreeMemory> : fexgen::custom_host_impl {};
|
||||
|
Loading…
Reference in New Issue
Block a user