Skip to content

Commit

Permalink
Merge pull request flyinghead#99 from inada-s/gdxsv-format
Browse files Browse the repository at this point in the history
add gdxsv-format.sh and apply it
  • Loading branch information
inada-s authored Oct 5, 2022
2 parents 49e8387 + 3e0efab commit 3896ee3
Show file tree
Hide file tree
Showing 21 changed files with 3,324 additions and 3,433 deletions.
22 changes: 11 additions & 11 deletions core/gdxsv/gdx_rpc.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
#define InetBufSize 1024

enum {
GDX_RPC_SOCK_OPEN = 1,
GDX_RPC_SOCK_CLOSE = 2,
GDX_RPC_SOCK_READ = 3,
GDX_RPC_SOCK_WRITE = 4,
GDX_RPC_SOCK_POLL = 5,
GDX_RPC_SOCK_OPEN = 1,
GDX_RPC_SOCK_CLOSE = 2,
GDX_RPC_SOCK_READ = 3,
GDX_RPC_SOCK_WRITE = 4,
GDX_RPC_SOCK_POLL = 5,
};

struct gdx_rpc_t {
u32 request;
u32 response;
u32 param1;
u32 param2;
u32 param3;
u32 param4;
u32 request;
u32 response;
u32 param1;
u32 param2;
u32 param3;
u32 param4;
};
Loading

0 comments on commit 3896ee3

Please sign in to comment.