mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-03-28 14:39:43 -06:00
|
Some checks are pending
Build and Release / reuse (push) Waiting to run
Build and Release / clang-format (push) Waiting to run
Build and Release / get-info (push) Waiting to run
Build and Release / windows-sdl (push) Blocked by required conditions
Build and Release / windows-qt (push) Blocked by required conditions
Build and Release / macos-sdl (push) Blocked by required conditions
Build and Release / macos-qt (push) Blocked by required conditions
Build and Release / linux-sdl (push) Blocked by required conditions
Build and Release / linux-qt (push) Blocked by required conditions
Build and Release / linux-sdl-gcc (push) Blocked by required conditions
Build and Release / linux-qt-gcc (push) Blocked by required conditions
Build and Release / pre-release (push) Blocked by required conditions
* libSceVrTracker stubs, structs, enums, and errors * sceVrTrackerQueryMemory * Clang and slight struct cleanup * Implement sceVrTrackerInit * Store memory pointers and sizes Mainly for future developers, since I doubt these memory areas will be particularly useful for these stubs. * sceVrTrackerRegisterDevice I haven't really identified the difference between the two register device functions, but I do know that they both internally call the internal function with slightly different parameters. * sceVrTrackerUnregisterDevice Also changes Hmd and Move handles to be values closer to what real hardware returns, since this function seemingly relies on handles being different for all these device types. * sceVrTrackerTerm * Additional error checks in sceVrTrackerRegisterDeviceInternal * sceVrTrackerGetTime * sceVrTrackerRecalibrate Recalibration succeeds on real hardware (at least for some device types), so I've left the stub log intact. * Update vr_tracker.cpp * sceVrTrackerSetDurationUntilStatusNotTracking stub Only handled the error checks, so I left the stub log intact. * sceVrTrackerGpu* functions Most of these can't succeed without a camera attached. |
||
|---|---|---|
| .. | ||
| hmd_distortion.cpp | ||
| hmd_error.h | ||
| hmd_reprojection.cpp | ||
| hmd_setup_dialog.cpp | ||
| hmd_setup_dialog.h | ||
| hmd.cpp | ||
| hmd.h | ||