mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Run clang-format
This commit is contained in:
parent
d999edfd2c
commit
1f05a8a6a6
125 changed files with 10664 additions and 7154 deletions
|
|
@ -2,17 +2,14 @@
|
|||
#include "orbis/KernelAllocator.hpp"
|
||||
#include <cstdio>
|
||||
|
||||
struct Hmd3daDevice : public IoDevice {
|
||||
};
|
||||
struct Hmd3daDevice : public IoDevice {};
|
||||
|
||||
struct Hmd3daInstance : public IoDeviceInstance {
|
||||
};
|
||||
struct Hmd3daInstance : public IoDeviceInstance {};
|
||||
|
||||
static std::int64_t hmd_3da_instance_ioctl(IoDeviceInstance *instance,
|
||||
std::uint64_t request, void *argp) {
|
||||
|
||||
std::fprintf(stderr, "***ERROR*** Unhandled hmd_3da ioctl %lx\n",
|
||||
request);
|
||||
std::fprintf(stderr, "***ERROR*** Unhandled hmd_3da ioctl %lx\n", request);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue