mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 08:30:25 +02:00
Added Relaunch option on crash dialog
This commit is contained in:
parent
980132c3cc
commit
a215bac755
7 changed files with 79 additions and 7 deletions
|
@ -53,6 +53,8 @@ namespace System
|
|||
[CallingConvention(.Stdcall), CLink]
|
||||
public static extern uint32 BfpSystem_TickCount();
|
||||
[CallingConvention(.Stdcall), CLink]
|
||||
public static extern uint32 BfpSystem_SetCrashRelaunchCmd(char8* cmd);
|
||||
[CallingConvention(.Stdcall), CLink]
|
||||
public static extern BfpTimeStamp BfpSystem_GetTimeStamp();
|
||||
[CallingConvention(.Stdcall), CLink]
|
||||
public static extern uint8 BfpSystem_InterlockedExchange8(uint8* ptr, uint8 val); /// Returns the initial value in 'ptr'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue