mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-15 22:48:08 -05:00
CAM: implement basic camera functions with a blank camera
This commit is contained in:
11
src/core/frontend/camera/interface.cpp
Normal file
11
src/core/frontend/camera/interface.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
// Copyright 2016 Citra Emulator Project
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include "core/frontend/camera/interface.h"
|
||||
|
||||
namespace Camera {
|
||||
|
||||
CameraInterface::~CameraInterface() = default;
|
||||
|
||||
} // namespace Camera
|
Reference in New Issue
Block a user