// Copyright 2022 Citra Emulator Project // Licensed under GPLv2 or any later version // Refer to the license.txt file included. #pragma once #include namespace HostShaders { constexpr std::string_view @CONTENTS_NAME@ = { @CONTENTS@ }; } // namespace HostShaders