Update README.md

merge-requests/1/head
_xeroxz 4 years ago
parent 1c34403e00
commit 9e6534638c

@ -23,10 +23,10 @@ for the driver. The key name is returned from [loadup](https://githacks.org/xero
__forceinline auto load_drv() -> std::pair <HANDLE, std::string> __forceinline auto load_drv() -> std::pair <HANDLE, std::string>
{ {
const auto [result, key] = const auto [result, key] =
driver::load( driver::load(
vdm::raw_driver, vdm::raw_driver,
sizeof(vdm::raw_driver) sizeof(vdm::raw_driver)
); );
if (!result) if (!result)
return { {}, {} }; return { {}, {} };

Loading…
Cancel
Save