Logo
Explore Help
Sign In
feedc0de/dolphin
Watch 1
Star 0
Fork 0
forked from dolphin-emu/dolphin
Code Pull Requests Activity
Files
fca5e176b381e052d11e273540602552091c524e
dolphin/Source/Core/VideoCommon/MainBase.h
T

11 lines
252 B
C
Raw Normal View History

Replace all include guard ifdefs with "#pragma once"
2014-02-10 13:54:46 -05:00
#pragma once
Move some shared gfx plugin code into VideoCommon. Changed "Renderer" class to use virtual functions. (setting stuff up for video plugin merging)
2010-11-18 02:21:26 +00:00
Convert all includes to relative paths.
2014-02-17 05:18:15 -05:00
#include "Common/CommonTypes.h"
Unify three types of non-FIFO requests to the GPU thread around Common::Event and Common::Flag.
2014-08-24 19:13:46 -04:00
#include "Common/Flag.h"
Move some shared gfx plugin code into VideoCommon. Changed "Renderer" class to use virtual functions. (setting stuff up for video plugin merging)
2010-11-18 02:21:26 +00:00
Some work on changing comments, log messages, and variable and function names to reflect that the plugins are not plugins anymore.
2011-02-14 02:18:03 +00:00
extern bool s_BackendInitialized;
Unify three types of non-FIFO requests to the GPU thread around Common::Event and Common::Flag.
2014-08-24 19:13:46 -04:00
extern Common::Flag s_swapRequested;
Move some shared gfx plugin code into VideoCommon. Changed "Renderer" class to use virtual functions. (setting stuff up for video plugin merging)
2010-11-18 02:21:26 +00:00
void VideoFifo_CheckEFBAccess();
void VideoFifo_CheckSwapRequestAt(u32 xfbAddr, u32 fbWidth, u32 fbHeight);
Copy Permalink
Powered by Gitea Version: 1.27.2 Page: 109ms Template: 3ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API