mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-16 01:08:54 -05:00
Sources: Run clang-format on everything.
This commit is contained in:
@ -8,9 +8,10 @@ namespace Pica {
|
||||
|
||||
namespace Shader {
|
||||
|
||||
template <bool Debug> struct UnitState;
|
||||
template <bool Debug>
|
||||
struct UnitState;
|
||||
|
||||
template<bool Debug>
|
||||
template <bool Debug>
|
||||
void RunInterpreter(const ShaderSetup& setup, UnitState<Debug>& state, unsigned offset);
|
||||
|
||||
} // namespace
|
||||
|
Reference in New Issue
Block a user