mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-04-16 21:31:27 -06:00
Remove extra #pragma once
This commit is contained in:
parent
cf6781fdcb
commit
756e79c51e
@ -1,8 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#pragma once
|
||||
#include <string>
|
||||
|
||||
namespace CameraManager
|
||||
{
|
||||
constexpr uint32 CAMERA_WIDTH = 640;
|
||||
|
||||
@ -1,7 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#pragma once
|
||||
|
||||
void Rgb2Nv12(const uint8* rgbImage,
|
||||
unsigned imageWidth,
|
||||
unsigned imageHeight,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user