83 Commits (caa6d431eed20430bf35fe44d86df747e0c41e20)

Author SHA1 Message Date
Subv 97a7381d29 SOC_U: Preliminary implementation of sockets. 11 years ago
Chin 3aeb5970e5 Add citra icon to Windows executable and title bar 11 years ago
darkf 5d10b212ec Fix MSVC-related #defines and add CMakeLists comment 11 years ago
bunnei 3b9d181b8e GPU: Implement frameskip and remove forced framebuffer swap hack. 11 years ago
bunnei a2005d0657 GPU: Change internal framerate to 30fps. 11 years ago
purpasmart96 ebfd831ccb License change 11 years ago
Yuri Kunde Schlesner 06f31e8b47 Clean up CMake library specification 11 years ago
Yuri Kunde Schlesner 0e0a007a25 Add configurable per-class log filtering 11 years ago
Yuri Kunde Schlesner 0600e2d8b5 Convert old logging calls to new logging macros 11 years ago
Yuri Kunde Schlesner 616d874443 New logging system 11 years ago
Rohit Nirmal 8a62423970 Change NULLs to nullptrs. 11 years ago
Emmanuel Gil Peyrot 648743cf66 GLFW: Add an error callback before calling glfwInit() 11 years ago
darkf 459502e48c Fix MinGW build 11 years ago
Emmanuel Gil Peyrot 739bb58c3a Remove tabs in all files except in skyeye imports and in generated GL code 11 years ago
Emmanuel Gil Peyrot f5d38649c7 Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated 11 years ago
archshift 06c9712bc7 Merge Config::ReadXYZs 11 years ago
Tony Wasserka 963c923d59 citra GLFW: Ignore minimal window size hints. 11 years ago
Tony Wasserka 182476c96a EmuWindow: Remove window title getters/setters. 11 years ago
Tony Wasserka 722ce22589 EmuWindow: Add support for specifying minimal client area sizes. 11 years ago
Tony Wasserka bd8f491e4c Fixup EmuWindow interface and implementations thereof. 11 years ago
Kevin Hartman 221a9b023d Viewport scaling and display density independence 11 years ago
bunnei 3409790668 ARM: Fixed several dyncom bugs. 11 years ago
Sean 371b61f3ea Add support for disabling log from settings 11 years ago
archshift 09e19f9f1e Added `gpu_refresh_rate` config setting for the new interpreter speed hack. 11 years ago
archshift 0783498f57 Use configuration files to enable or disable the new dyncom interpreter. 11 years ago
Yuri Kunde Schlesner d72708c1f5 Add `override` keyword through the code. 11 years ago
archshift a59f57d504 Use config files to store whether SDMC is enabled or not 11 years ago
archshift 36c04ae2ee emu_window_glfw.cpp: Fixed graceful quitting 11 years ago
archshift ccb59a9d28 Implemented graceful closing of the GLFW window, along with emulation. 11 years ago
Yuri Kunde Schlesner ac54cd13db OpenGL renderer: Request a forward compatible context in citra-qt 11 years ago
archshift e6594f9f53 Added configuration file system. 11 years ago
Kevin Hartman 02fd19b2f6 Added support for multiple input device types for KeyMap and connected Qt. 11 years ago
Kevin Hartman 4a94ec934a Initial HID PAD work, with GLFW only. 11 years ago
Yuri Kunde Schlesner c57de3e404 Remove hand-crafted Visual Studio solution. 11 years ago
Yuri Kunde Schlesner 45976da975 CMake cleanup 12 years ago
Yuri Kunde Schlesner 478289140d Replace GLEW with a glLoadGen loader. 12 years ago
bunnei eb36d3fc90 Core: Refactor core to use only one function for execution. 11 years ago
Tony Wasserka c4691b784b Pica: Add support for dumping textures. 12 years ago
archshift 80c4d7bf48 Removed unused citra.h 12 years ago
archshift 6096b289b7 Bootmanager: changed `filename` to std::string 12 years ago
bunnei 7889cafc76 Loader: Implemented AppLoader interface for abstracting application loading. 12 years ago
bunnei 0aca202ae9 Loader: Moved elf and loader modules to a "loader" subdirectory. 12 years ago
archshift ee4717aaae Preprocessor: #if's out OSX-specific GL changes on other platforms 12 years ago
archshift 403e4bf837 CMakeLists: rename HEADS, improved comments 12 years ago
bunnei 265c770a9d updated how we call ARM core to make things much faster 12 years ago
archshift bd316ca0c0 Fixed indents 12 years ago
archshift 62528320ea Check arg count before attempting to access it. 12 years ago
archshift eec40f8f6f Use runtime arguments to specify boot filename. 12 years ago
archshift 704075f04a Fixed indents 12 years ago
archshift 948cfe6d37 Reverse debugging changes 12 years ago