mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-06-21 13:22:40 +02:00
Irs stylefix
This commit is contained in:
parent
a8e052bb72
commit
3ec32a8ebd
@ -12,8 +12,8 @@ int main(int argc, char **argv)
|
|||||||
Result rc=0;
|
Result rc=0;
|
||||||
Result rc2=0;
|
Result rc2=0;
|
||||||
u32 irhandle=0;
|
u32 irhandle=0;
|
||||||
irsImageTransferProcessorConfig config;
|
IrsImageTransferProcessorConfig config;
|
||||||
irsImageTransferProcessorState state;
|
IrsImageTransferProcessorState state;
|
||||||
size_t ir_buffer_size = 0x12c00;
|
size_t ir_buffer_size = 0x12c00;
|
||||||
u8 *ir_buffer = NULL;
|
u8 *ir_buffer = NULL;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user