mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-07 15:08:07 +01:00
vrclient: Use int8_t instead of ambiguous sized bool.
CW-Bug-Id: #22729
This commit is contained in:
parent
cd4a31f4e0
commit
fd574a64ca
24 changed files with 2396 additions and 2399 deletions
|
|
@ -52,7 +52,7 @@ void __thiscall winIVROverlayView_IVROverlayView_003_PostOverlayEvent(struct w_s
|
|||
VRCLIENT_CALL( IVROverlayView_IVROverlayView_003_PostOverlayEvent, ¶ms );
|
||||
}
|
||||
|
||||
bool __thiscall winIVROverlayView_IVROverlayView_003_IsViewingPermitted(struct w_steam_iface *_this, uint64_t ulOverlayHandle)
|
||||
int8_t __thiscall winIVROverlayView_IVROverlayView_003_IsViewingPermitted(struct w_steam_iface *_this, uint64_t ulOverlayHandle)
|
||||
{
|
||||
struct IVROverlayView_IVROverlayView_003_IsViewingPermitted_params params =
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue