Skip to content

Commit

Permalink
[Kernel] Restore ObDereferenceObject
Browse files Browse the repository at this point in the history
  • Loading branch information
Gliniak committed Jan 1, 2024
1 parent 51f87a1 commit 1f6fefc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/xenia/kernel/xboxkrnl/xboxkrnl_ob.cc
Original file line number Diff line number Diff line change
Expand Up @@ -327,10 +327,7 @@ void xeObDereferenceObject(PPCContext* context, uint32_t native_ptr) {
}

void ObDereferenceObject_entry(dword_t native_ptr, const ppc_context_t& ctx) {
XELOGI("ObDereferenceObject");
return;

// xeObDereferenceObject(ctx, native_ptr);
xeObDereferenceObject(ctx, native_ptr);
}
DECLARE_XBOXKRNL_EXPORT1(ObDereferenceObject, kNone, kImplemented);

Expand Down

0 comments on commit 1f6fefc

Please sign in to comment.