mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-09-26 08:55:24 -05:00
sdvxhook: code-format
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user