mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2026-02-18 03:22:41 +00:00
Add clang format off comments
This commit is contained in:
parent
ea0beba957
commit
0b01a0e528
1 changed files with 2 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ namespace ultramodern {
|
|||
const GraphicsConfig& get_graphics_config();
|
||||
void set_graphics_config(const GraphicsConfig& new_config);
|
||||
|
||||
// clang-format off
|
||||
NLOHMANN_JSON_SERIALIZE_ENUM(ultramodern::renderer::Resolution, {
|
||||
{ultramodern::renderer::Resolution::Original, "Original"},
|
||||
{ultramodern::renderer::Resolution::Original2x, "Original2x"},
|
||||
|
|
@ -128,6 +129,7 @@ namespace ultramodern {
|
|||
{ultramodern::renderer::HighPrecisionFramebuffer::On, "On"},
|
||||
{ultramodern::renderer::HighPrecisionFramebuffer::Off, "Off"},
|
||||
});
|
||||
// clang-format on
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue