summaryrefslogtreecommitdiff
path: root/src/citra (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed indentsGravatar archshift2014-05-041-7/+7
| * | | Check arg count before attempting to access it.Gravatar archshift2014-05-011-1/+8
| * | | Use runtime arguments to specify boot filename.Gravatar archshift2014-05-011-1/+1
| |/ /
* | / updated how we call ARM core to make things much fasterGravatar bunnei2014-05-171-7/+5
| |/ |/|
* | Need to add Xcursor to linker?Gravatar Thomas Edvalson2014-04-251-1/+1
|/
* Fixed CMake's import of GLFW.Gravatar Thomas Edvalson2014-04-251-1/+1
* fixes to build on linuxGravatar bunnei2014-04-221-1/+1
* removed unused macros from citra.hGravatar bunnei2014-04-101-9/+0
* fixed a bunch of errors in CMakeListsGravatar bunnei2014-04-091-1/+1
* updated CMakeListsGravatar bunnei2014-04-091-2/+2
* - removed deprecated version.hGravatar bunnei2014-04-086-30/+22
* fixed license headers in citra projectGravatar bunnei2014-04-084-116/+16
* fixed project includes to use new directory structureGravatar bunnei2014-04-085-36/+30
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-085-0/+0
* Merge branch 'hardware-interface'Gravatar bunnei2014-04-074-39/+9
|\
| * removed unused comments, changed main processing loop to be infiniteGravatar bunnei2014-04-071-34/+2
| * set window size to correspond to framebuffer sizesGravatar bunnei2014-04-062-5/+4
| * added project linker referenceGravatar bunnei2014-04-061-0/+3
* | Support vs express edition without having to get platform sdkGravatar Mathieu Vaillancourt2014-04-041-0/+0
|/
* added simple processing loop and ELF loading to main()... hackish, will clean...Gravatar bunnei2014-03-311-4/+17
* moved some core functions over to system moduleGravatar ShizZy2013-10-031-2/+2