Example #1
0
static void forward_gfx_task(struct hle_t* hle)
{
    HleProcessDlistList(hle->user_defined);
    *hle->dpc_status &= ~DP_STATUS_FREEZE;
}
static void forward_gfx_task(struct hle_t* hle)
{
    HleProcessDlistList(hle->user_defined);
}