adding swiftUI notice
Some checks failed
codespell / Check for spelling errors (push) Successful in 11s
suyu verify / Verify Format (push) Failing after 2m25s
suyu verify / test build (linux-fresh, clang) (push) Has been skipped
suyu verify / test build (linux-fresh, linux) (push) Has been skipped
suyu verify / android (push) Has been skipped

This commit is contained in:
AMA2581 2024-04-07 08:12:08 +03:30
parent 0feb0aa7a1
commit d33d50780e
Signed by: AMA25
GPG key ID: 20E80825389A9F5D

View file

@ -7,6 +7,8 @@
#include "video_core/renderer_metal/mtl_device.h"
#include "video_core/renderer_metal/renderer_metal.h"
// TODO: Make it the way that we can make a swiftUI for the macOS app instead of qt
namespace Metal {
RendererMetal::RendererMetal(Core::Frontend::EmuWindow& emu_window,