sdvxhook: code-format

This commit is contained in:
Will Xyen
2020-09-13 19:46:16 -07:00
parent 164d56b6eb
commit 2d1c09d4e6
9 changed files with 17 additions and 12 deletions

View File

@@ -28,7 +28,9 @@ static bool poll_delay;
static bool force_headphones_on;
void bio2_emu_bi2a_init(
struct bio2emu_port *bio2_emu, bool disable_poll_limiter, bool force_headphones)
struct bio2emu_port *bio2_emu,
bool disable_poll_limiter,
bool force_headphones)
{
bio2emu_port_init(bio2_emu);

View File

@@ -5,11 +5,11 @@
#include <stddef.h>
#include <stdint.h>
#include "bio2emu/emu.h"
#include "bio2/bi2a-sdvx.h"
#include "bio2emu/emu.h"
void bio2_emu_bi2a_init(struct bio2emu_port *in, bool disable_poll_limiter, bool force_headphones);
void bio2_emu_bi2a_init(
struct bio2emu_port *in, bool disable_poll_limiter, bool force_headphones);
void bio2_emu_bi2a_dispatch_request(
struct bio2emu_port *bio2port, const struct ac_io_message *req);