mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-11 05:10:05 +00:00
code: Remove outdated comment style (#6640)
This commit is contained in:
parent
9b82de6b24
commit
7edc86a9bc
52 changed files with 0 additions and 176 deletions
|
@ -16,9 +16,6 @@
|
|||
#include "video_core/renderer_software/renderer_software.h"
|
||||
#include "video_core/video_core.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Video Core namespace
|
||||
|
||||
namespace VideoCore {
|
||||
|
||||
std::unique_ptr<RendererBase> g_renderer{}; ///< Renderer plugin
|
||||
|
|
|
@ -20,9 +20,6 @@ namespace Memory {
|
|||
class MemorySystem;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Video Core namespace
|
||||
|
||||
namespace VideoCore {
|
||||
|
||||
class RendererBase;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue