summaryrefslogtreecommitdiffstats
path: root/src/citra (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Loader: Implemented AppLoader interface for abstracting application loading.bunnei2014-06-251-15/+8
| | | | | | | | | | | | | | | | | | - Various cleanups/refactorings to Loader, ELF, and NCCH modules. - Added AppLoader interface to ELF and NCCH. - Updated Qt/GLFW frontends to check AppLoader ResultStatus. NCCH: Removed extra qualification typos. Loader: Removed unnecessary #include's. NCCH: Improved readability of memcmp statements. NCCH: Added missing space. Elf: Removed unnecessary usage of unique_ptr. Loader: Removed unnecessary usage of unique_ptr.
* Loader: Moved elf and loader modules to a "loader" subdirectory.bunnei2014-06-171-1/+1
|
* Preprocessor: #if's out OSX-specific GL changes on other platformsarchshift2014-06-121-0/+5
|
* Merge branch 'master' of https://github.com/bunnei/citrabunnei2014-05-232-3/+17
|\
| * Merge pull request #2 from archshift/issue-7-fixbunnei2014-05-202-3/+17
| |\ | | | | | | Fixes issues with building Citra on OSX
| | * CMakeLists: rename HEADS, improved commentsarchshift2014-05-201-2/+2
| | | | | | | | | | | | Changes for clarity of comments, removed redundant compiler flags.
| | * Fixed indentsarchshift2014-05-012-8/+8
| | |
| | * Reverse debugging changesarchshift2014-05-011-1/+1
| | |
| | * Linux supportarchshift2014-05-011-1/+6
| | |
| | * TGA dumps work, courtesy of @bunneiarchshift2014-05-011-1/+1
| | |
| | * OpenGL 3+ on OSX with GLFWarchshift2014-05-011-1/+8
| | |
| | * A bit of Cmake lovearchshift2014-05-011-6/+6
| | |
| | * Some more experimentationarchshift2014-04-301-1/+1
| | |
| | * Merge commit upstream/master into issue-7-fixarchshift2014-04-291-1/+1
| | |\
| | * | IT'S ALIVE!archshift2014-04-291-1/+3
| | | |
* | | | Merge pull request #13 from archshift/masterbunnei2014-05-191-1/+8
|\ \ \ \ | |/ / / |/| | | Use runtime arguments to specify boot filename.
| * | | Fixed indentsarchshift2014-05-051-7/+7
| | | |
| * | | Check arg count before attempting to access it.archshift2014-05-021-1/+8
| | | |
| * | | Use runtime arguments to specify boot filename.archshift2014-05-021-1/+1
| |/ /
* | / updated how we call ARM core to make things much fasterbunnei2014-05-171-7/+5
| |/ |/|
* | Need to add Xcursor to linker?Thomas Edvalson2014-04-261-1/+1
|/
* Fixed CMake's import of GLFW.Thomas Edvalson2014-04-251-1/+1
|
* fixes to build on linuxbunnei2014-04-231-1/+1
|
* removed unused macros from citra.hbunnei2014-04-111-9/+0
|
* fixed a bunch of errors in CMakeListsbunnei2014-04-101-1/+1
|
* updated CMakeListsbunnei2014-04-101-2/+2
|
* - removed deprecated version.hbunnei2014-04-096-30/+22
| | | | | - cleaned up window title - cleaned up emu_window_glfw/emu_window
* fixed license headers in citra projectbunnei2014-04-094-116/+16
|
* fixed project includes to use new directory structurebunnei2014-04-095-36/+30
|
* got rid of 'src' folders in each sub-projectbunnei2014-04-095-0/+0
|
* Merge branch 'hardware-interface'bunnei2014-04-074-39/+9
|\ | | | | | | | | Conflicts: src/core/src/core.h
| * removed unused comments, changed main processing loop to be infinitebunnei2014-04-071-34/+2
| |
| * set window size to correspond to framebuffer sizesbunnei2014-04-062-5/+4
| |
| * added project linker referencebunnei2014-04-061-0/+3
| |
* | Support vs express edition without having to get platform sdkMathieu Vaillancourt2014-04-051-0/+0
|/
* added simple processing loop and ELF loading to main()... hackish, will cleanup laterbunnei2014-04-011-4/+17
|
* moved some core functions over to system moduleShizZy2013-10-031-2/+2
|
* upgraded proj files to vs 2013ShizZy2013-09-272-2/+8
|
* renamed from citrus to citraShizZy2013-09-2610-0/+534