| Commit message (Expand) | Author | Files | Lines |
| 2014-10-25 | ARM: Integrate SkyEye faster "dyncom" interpreter. | bunnei | 20 | -75/+8230 |
| 2014-10-25 | ARM: Reorganized file structure to move shared SkyEye code to a more common a... | bunnei | 34 | -80/+80 |
| 2014-10-25 | Don’t fail on empty filename in OpenFileDirectly, return the archive handle... | Emmanuel Gil Peyrot | 1 | -8/+7 |
| 2014-10-22 | Use std sized types instead of platform specific typedefs | Yuri Kunde Schlesner | 2 | -32/+12 |
| 2014-10-22 | Common: Return from CreateFullPath early if the directory creation fails | archshift | 1 | -2/+4 |
| 2014-10-22 | Use config files to store whether SDMC is enabled or not | archshift | 7 | -2/+36 |
| 2014-10-21 | Only check OpenGL shader log if size is >1. | Yuri Kunde Schlesner | 1 | -9/+6 |
| 2014-10-19 | emu_window_glfw.cpp: Fixed graceful quitting | archshift | 1 | -1/+1 |
| 2014-10-17 | Implemented graceful closing of the GLFW window, along with emulation. | archshift | 3 | -1/+9 |
| 2014-10-12 | OpenGL renderer: Request a forward compatible context in citra-qt | Yuri Kunde Schlesner | 2 | -6/+3 |
| 2014-10-12 | Rework OpenGL renderer. | Yuri Kunde Schlesner | 4 | -233/+193 |
| 2014-10-12 | Rename GPU::Regs::FramebufferFormat to PixelFormat | Yuri Kunde Schlesner | 2 | -14/+10 |
| 2014-10-12 | OpenGL renderer: Shuffle initialization code around and rename functions. | Yuri Kunde Schlesner | 2 | -25/+18 |
| 2014-10-12 | Remove virtual inheritance from RendererOpenGL | Yuri Kunde Schlesner | 2 | -3/+3 |
| 2014-10-07 | Fix warnings in video_core | Lioncash | 9 | -26/+26 |
| 2014-10-07 | APT: Added a stub for the "GlanceParameter" function. | purpasmart96 | 1 | -1/+31 |
| 2014-10-07 | Added configuration file system. | archshift | 22 | -130/+406 |
| 2014-10-06 | Common: Add a helper function to generate a 8.3 filename from a long one. | Emmanuel Gil Peyrot | 5 | -29/+80 |
| 2014-10-06 | FileSys: Add static asserts for the Directory struct, and fix its fields posi... | Emmanuel Gil Peyrot | 1 | -2/+8 |
| 2014-10-06 | FileSys: split the constructor into an Open method, in order to notify the op... | Emmanuel Gil Peyrot | 7 | -14/+57 |
| 2014-10-06 | FileSys/Kernel: Implement SetSize service call for File objects. | Emmanuel Gil Peyrot | 6 | -0/+49 |
| 2014-10-06 | FileSys: Add forgotten docstrings. | Emmanuel Gil Peyrot | 7 | -4/+35 |
| 2014-10-04 | Added some more names to the function table | purpasmart96 | 1 | -0/+2 |
| 2014-09-30 | added "StoreDataCache" to the function table | purpasmart96 | 1 | -0/+1 |
| 2014-09-28 | Fix warnings in core and common | Lioncash | 5 | -17/+7 |
| 2014-09-21 | chunk_file: General cleanup | Lioncash | 1 | -244/+0 |
| 2014-09-21 | Use the citra user path for the sdmc directory | archshift | 4 | -2/+5 |
| 2014-09-17 | Kernel: Implement the Close command for Archive, File and Directory. | Emmanuel Gil Peyrot | 2 | -0/+43 |
| 2014-09-17 | FS: Implement OpenArchive, OpenDirectory, OpenFile and OpenFileDirectly calls. | Emmanuel Gil Peyrot | 1 | -20/+177 |
| 2014-09-17 | Kernel: Add a Directory object and a getter for it from an Archive object. | Emmanuel Gil Peyrot | 3 | -0/+91 |
| 2014-09-17 | Core: Add a method to obtain a Directory from an Archive. | Emmanuel Gil Peyrot | 5 | -0/+44 |
| 2014-09-17 | Core: Add a Directory object, with both a stub and a passthrough implementati... | Emmanuel Gil Peyrot | 6 | -0/+264 |
| 2014-09-17 | Kernel: Add a File object and a getter for it from an Archive object. | Emmanuel Gil Peyrot | 2 | -0/+118 |
| 2014-09-17 | Core: Add a passthrough backend for the filesystem, exposed as SDMC. | Emmanuel Gil Peyrot | 5 | -0/+302 |
| 2014-09-17 | Core: Add a new File class, obtainable from an Archive, and a stub implementa... | Emmanuel Gil Peyrot | 7 | -0/+208 |
| 2014-09-17 | Common: Rename the File namespace to FileUtil, to match the filename and prev... | Emmanuel Gil Peyrot | 8 | -31/+31 |
| 2014-09-17 | Common: Return the number of items read/written in IOFile’s methods instead... | Emmanuel Gil Peyrot | 1 | -8/+20 |
| 2014-09-14 | Core: Get rid of unnecessary switch statement in Kernel | Lioncash | 1 | -41/+2 |
| 2014-09-13 | Core: Fix warnings in gpu.cpp | Lioncash | 2 | -7/+7 |
| 2014-09-12 | Core: Replace a sprintf in core_timing with StringFromFormat | Lioncash | 1 | -5/+7 |
| 2014-09-12 | Added support for multiple input device types for KeyMap and connected Qt. | Kevin Hartman | 12 | -204/+259 |
| 2014-09-11 | Initial HID PAD work, with GLFW only. | Kevin Hartman | 7 | -27/+310 |
| 2014-09-11 | Created structure for PAD. | Kevin Hartman | 2 | -0/+28 |
| 2014-09-08 | Removed fixed_size_queue.h | archshift | 2 | -71/+0 |
| 2014-09-08 | core: Prune redundant includes | archshift | 20 | -37/+0 |
| 2014-09-08 | common: Prune all redundant includes | archshift | 10 | -34/+3 |
| 2014-09-08 | Moved common_types::Rect from common to Common namespace | archshift | 3 | -4/+4 |
| 2014-09-08 | Added string_util to common, small changes in loader.cpp | archshift | 14 | -88/+94 |
| 2014-09-08 | loader.cpp: improved file extension checking, made Upper/LowerStr useful | archshift | 3 | -18/+17 |
| 2014-09-08 | Common: Remove HAVE_CXX11_SYNTAX define from Common.h | Lioncash | 1 | -6/+0 |