mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-09-08 10:06:21 -05:00
Remove extra #pragma once
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user