summaryrefslogtreecommitdiff
path: root/src/citra (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add configurable per-class log filteringGravatar Yuri Kunde Schlesner2014-12-133-3/+6
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-133-13/+13
* New logging systemGravatar Yuri Kunde Schlesner2014-12-131-5/+11
* Change NULLs to nullptrs.Gravatar Rohit Nirmal2014-12-031-3/+3
* Merge pull request #196 from archshift/settingsGravatar bunnei2014-11-302-15/+7
|\
| * Merge Config::ReadXYZsGravatar archshift2014-11-182-15/+7
* | GLFW: Add an error callback before calling glfwInit()Gravatar Emmanuel Gil Peyrot2014-11-291-2/+6
* | Remove tabs in all files except in skyeye imports and in generated GL codeGravatar Emmanuel Gil Peyrot2014-11-191-2/+2
* | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot2014-11-191-1/+1
* | citra GLFW: Ignore minimal window size hints.Gravatar Tony Wasserka2014-11-181-8/+2
* | EmuWindow: Remove window title getters/setters.Gravatar Tony Wasserka2014-11-181-3/+4
* | EmuWindow: Add support for specifying minimal client area sizes.Gravatar Tony Wasserka2014-11-182-0/+23
* | Fixup EmuWindow interface and implementations thereof.Gravatar Tony Wasserka2014-11-182-20/+44
* | Viewport scaling and display density independenceGravatar Kevin Hartman2014-11-182-1/+9
|/
* Merge pull request #159 from SeannyM/enable_logGravatar Tony Wasserka2014-11-154-0/+13
|\
| * Add support for disabling log from settingsGravatar Sean2014-11-034-0/+13
* | ARM: Fixed several dyncom bugs.Gravatar bunnei2014-11-111-1/+1
* | Merge pull request #151 from archshift/dyncom-enabledGravatar bunnei2014-10-273-0/+12
|\ \
| * | Added `gpu_refresh_rate` config setting for the new interpreter speed hack.Gravatar archshift2014-10-272-1/+3
| * | Use configuration files to enable or disable the new dyncom interpreter.Gravatar archshift2014-10-273-0/+10
| |/
* / Add `override` keyword through the code.Gravatar Yuri Kunde Schlesner2014-10-261-4/+4
|/
* Use config files to store whether SDMC is enabled or notGravatar archshift2014-10-223-0/+9
* emu_window_glfw.cpp: Fixed graceful quittingGravatar archshift2014-10-191-1/+1
* Implemented graceful closing of the GLFW window, along with emulation.Gravatar archshift2014-10-173-1/+9
* OpenGL renderer: Request a forward compatible context in citra-qtGravatar Yuri Kunde Schlesner2014-10-121-3/+0
* Added configuration file system.Gravatar archshift2014-10-077-30/+156
* Added support for multiple input device types for KeyMap and connected Qt.Gravatar Kevin Hartman2014-09-122-33/+37
* Initial HID PAD work, with GLFW only.Gravatar Kevin Hartman2014-09-111-3/+36
* Remove hand-crafted Visual Studio solution.Gravatar Yuri Kunde Schlesner2014-09-012-238/+0
* CMake cleanupGravatar Yuri Kunde Schlesner2014-09-011-6/+18
* Replace GLEW with a glLoadGen loader.Gravatar Yuri Kunde Schlesner2014-09-012-3/+2
* Core: Refactor core to use only one function for execution.Gravatar bunnei2014-08-301-1/+3
* Pica: Add support for dumping textures.Gravatar Tony Wasserka2014-08-251-1/+1
* Removed unused citra.hGravatar archshift2014-08-196-15/+3
* Loader: Implemented AppLoader interface for abstracting application loading.Gravatar bunnei2014-06-241-15/+8
* Loader: Moved elf and loader modules to a "loader" subdirectory.Gravatar bunnei2014-06-161-1/+1
* Preprocessor: #if's out OSX-specific GL changes on other platformsGravatar archshift2014-06-121-0/+5
* Merge branch 'master' of https://github.com/bunnei/citraGravatar bunnei2014-05-222-3/+17
|\
| * Merge pull request #2 from archshift/issue-7-fixGravatar bunnei2014-05-192-3/+17
| |\
| | * CMakeLists: rename HEADS, improved commentsGravatar archshift2014-05-191-2/+2
| | * Fixed indentsGravatar archshift2014-04-302-8/+8
| | * Reverse debugging changesGravatar archshift2014-04-301-1/+1
| | * Linux supportGravatar archshift2014-04-301-1/+6
| | * TGA dumps work, courtesy of @bunneiGravatar archshift2014-04-301-1/+1
| | * OpenGL 3+ on OSX with GLFWGravatar archshift2014-04-301-1/+8
| | * A bit of Cmake loveGravatar archshift2014-04-301-6/+6
| | * Some more experimentationGravatar archshift2014-04-291-1/+1
| | * Merge commit upstream/master into issue-7-fixGravatar archshift2014-04-281-1/+1
| | |\
| | * | IT'S ALIVE!Gravatar archshift2014-04-281-1/+3
* | | | Merge pull request #13 from archshift/masterGravatar bunnei2014-05-181-1/+8
|\ \ \ \ | |/ / / |/| | |