coolxv

Results 10 issues of coolxv

https://github.com/coolxv/cpp-stub C++ unit test stubs.It's also a simple inline hook framework. Thanks

| Executable | Version | | ---: | :--- | | `node --version` | VERSION | | `npm --version` | VERSION | | `nodeppt -v` | VERSION | | OS...

| Executable | Version | | ---: | :--- | | `node --version` | v17.6.0 | | `npm --version` | 8.5.3| | `nodeppt -v` | 2.2.2| | OS | Version...

- [RetroArch](https://github.com/libretro/RetroArch) - [Lakka-LibreELEC](https://github.com/libretro/Lakka-LibreELEC) - [Proton](https://github.com/ValveSoftware/Proton) - [Gearsystem](https://github.com/drhelius/Gearsystem) - [Gearboy](https://github.com/drhelius/Gearboy) - [PCSX2](https://github.com/PCSX2/pcsx2) - [RPCS3](https://github.com/RPCS3/rpcs3) - [ps4emurepo](https://github.com/ps4emurepo) - [Kyty](https://github.com/InoriRus/Kyty) - [Cxbx-Reloaded](https://github.com/Cxbx-Reloaded/Cxbx-Reloaded) - [xemu](https://github.com/mborgerson/xemu) - [xenia](https://github.com/xenia-project/xenia) - [xqemu](https://github.com/xqemu/xqemu) - [punes](https://github.com/punesemu/puNES) - [yuzu](https://github.com/yuzu-emu/yuzu)...

addition
task

https://learn.microsoft.com/en-us/windows/win32/direct3darticles/directx-warp?redirectedfrom=MSDN

backend/binding

``` namespace abc{ struct person { int id; std::string name; int age; }; } REFLECTION(abc::person, id, name, age) ```