Commit graph

5 commits

Author SHA1 Message Date
scribam
77abeaa167
vita3k: More cleanup (#3379)
* vita3k: Use C++17 nested namespace definition

* vita3k: Remove redundant call to c_str()

* vita3k: Prefer C++ header

* vita3k: Use structured bindings

* shader: Add explicit fallthrough

* vita3k: Cleanup headers and dependencies

* util: Add WIN32_LEAN_AND_MEAN before <Windows.h>

* modules: Remove redundant 'const' specifier on a constexpr variable

* modules: Remove redundant return statement at the end of a function with a void return type

* clang-format: Use C++20 standard

* vita3k: Insert new line at EOF

* host: rename filesystem.hpp to filesystem.h
2024-09-18 21:48:08 +02:00
Nick Renieris
8399494ecf clang-format: Allow short cases 2019-02-10 00:49:31 +02:00
VelocityRa
b366dc9963 format: Remove namespace intendation
- Also make namespace end comments obligatory
2018-08-03 14:13:10 +03:00
VelocityRa
2719ee823c [clang-format] Remove deprecated option
Doesn't apply to us anyway since braces are on the same line.
2018-04-09 16:39:59 +03:00
Peter Mackay
3b259ace02 Import. 2018-01-28 09:07:32 +00:00