OpenGL renderer
This commit is contained in:
parent
6d995b1ff6
commit
05dc633a8c
28 changed files with 2245 additions and 47 deletions
|
@ -18,6 +18,8 @@
|
|||
#include "citra/config.h"
|
||||
#include "citra/emu_window/emu_window_glfw.h"
|
||||
|
||||
#include "video_core/video_core.h"
|
||||
|
||||
/// Application entry point
|
||||
int main(int argc, char **argv) {
|
||||
Log::Filter log_filter(Log::Level::Debug);
|
||||
|
@ -34,6 +36,8 @@ int main(int argc, char **argv) {
|
|||
std::string boot_filename = argv[1];
|
||||
EmuWindow_GLFW* emu_window = new EmuWindow_GLFW;
|
||||
|
||||
VideoCore::g_hw_renderer_enabled = Settings::values.use_hw_renderer;
|
||||
|
||||
System::Init(emu_window);
|
||||
|
||||
Loader::ResultStatus load_result = Loader::LoadFile(boot_filename);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue