summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename GPU::Regs::FramebufferFormat to PixelFormatGravatar Yuri Kunde Schlesner2014-10-122-14/+10
* OpenGL renderer: Shuffle initialization code around and rename functions.Gravatar Yuri Kunde Schlesner2014-10-122-25/+18
* Remove virtual inheritance from RendererOpenGLGravatar Yuri Kunde Schlesner2014-10-122-3/+3
* Merge pull request #119 from lioncash/warnGravatar bunnei2014-10-089-26/+26
|\
| * Fix warnings in video_coreGravatar Lioncash2014-10-079-26/+26
* | Merge pull request #128 from purpasmart96/masterGravatar bunnei2014-10-071-1/+31
|\ \
| * | APT: Added a stub for the "GlanceParameter" function.Gravatar purpasmart962014-10-071-1/+31
* | | Merge pull request #108 from archshift/configGravatar bunnei2014-10-0726-131/+425
|\ \ \
| * | | Added configuration file system.Gravatar archshift2014-10-0726-131/+425
| | |/ | |/|
* | | Merge pull request #129 from linkmauve/masterGravatar bunnei2014-10-0613-46/+226
|\ \ \
| * | | Common: Add a helper function to generate a 8.3 filename from a long one.Gravatar Emmanuel Gil Peyrot2014-10-065-29/+80
| * | | FileSys: Add static asserts for the Directory struct, and fix its fields posi...Gravatar Emmanuel Gil Peyrot2014-10-061-2/+8
| * | | FileSys: split the constructor into an Open method, in order to notify the op...Gravatar Emmanuel Gil Peyrot2014-10-067-14/+57
| * | | FileSys/Kernel: Implement SetSize service call for File objects.Gravatar Emmanuel Gil Peyrot2014-10-066-0/+49
| * | | FileSys: Add forgotten docstrings.Gravatar Emmanuel Gil Peyrot2014-10-067-4/+35
|/ / /
* | | Merge pull request #125 from purpasmart96/masterGravatar Tony Wasserka2014-10-051-0/+2
|\ \ \ | | |/ | |/|
| * | Added some more names to the function tableGravatar purpasmart962014-10-041-0/+2
* | | Merge pull request #122 from purpasmart96/masterGravatar bunnei2014-09-301-0/+1
|\| |
| * | added "StoreDataCache" to the function tableGravatar purpasmart962014-09-301-0/+1
|/ /
* | Merge pull request #120 from lioncash/core-commonGravatar bunnei2014-09-295-17/+7
|\ \ | |/ |/|
| * Fix warnings in core and commonGravatar Lioncash2014-09-285-17/+7
|/
* Merge pull request #118 from lioncash/chunk-fileGravatar bunnei2014-09-221-244/+0
|\
| * chunk_file: General cleanupGravatar Lioncash2014-09-211-244/+0
* | Merge pull request #116 from archshift/sdmc-dirGravatar bunnei2014-09-224-2/+5
|\ \ | |/ |/|
| * Use the citra user path for the sdmc directoryGravatar archshift2014-09-214-2/+5
|/
* Merge pull request #70 from linkmauve/masterGravatar bunnei2014-09-1828-59/+1298
|\
| * Kernel: Implement the Close command for Archive, File and Directory.Gravatar Emmanuel Gil Peyrot2014-09-172-0/+43
| * FS: Implement OpenArchive, OpenDirectory, OpenFile and OpenFileDirectly calls.Gravatar Emmanuel Gil Peyrot2014-09-171-20/+177
| * Kernel: Add a Directory object and a getter for it from an Archive object.Gravatar Emmanuel Gil Peyrot2014-09-173-0/+91
| * Core: Add a method to obtain a Directory from an Archive.Gravatar Emmanuel Gil Peyrot2014-09-175-0/+44
| * Core: Add a Directory object, with both a stub and a passthrough implementati...Gravatar Emmanuel Gil Peyrot2014-09-176-0/+264
| * Kernel: Add a File object and a getter for it from an Archive object.Gravatar Emmanuel Gil Peyrot2014-09-172-0/+118
| * Core: Add a passthrough backend for the filesystem, exposed as SDMC.Gravatar Emmanuel Gil Peyrot2014-09-175-0/+302
| * Core: Add a new File class, obtainable from an Archive, and a stub implementa...Gravatar Emmanuel Gil Peyrot2014-09-177-0/+208
| * Common: Rename the File namespace to FileUtil, to match the filename and prev...Gravatar Emmanuel Gil Peyrot2014-09-178-31/+31
| * Common: Return the number of items read/written in IOFile’s methods instead...Gravatar Emmanuel Gil Peyrot2014-09-171-8/+20
|/
* Merge pull request #107 from lioncash/sprintfGravatar bunnei2014-09-161-5/+7
|\
| * Core: Replace a sprintf in core_timing with StringFromFormatGravatar Lioncash2014-09-121-5/+7
* | Merge pull request #109 from lioncash/cruftGravatar bunnei2014-09-151-41/+2
|\ \
| * | Core: Get rid of unnecessary switch statement in KernelGravatar Lioncash2014-09-141-41/+2
| |/
* | Merge pull request #110 from lioncash/warningsGravatar bunnei2014-09-142-7/+7
|\ \
| * | Core: Fix warnings in gpu.cppGravatar Lioncash2014-09-132-7/+7
| |/
* | Merge pull request #97 from archshift/cleanupGravatar bunnei2014-09-136-48/+32
|\ \ | |/ |/|
| * renderer_opengl.cpp: improved alignment for readabilityGravatar archshift2014-09-071-16/+16
| * Dead code removal: video_core.cpp, load_symbol_map.cppGravatar archshift2014-09-072-8/+1
| * bootmanager::EmuThread: fixed initialization orderGravatar archshift2014-09-071-3/+2
| * utils: cleaned up DumpTGA, removing redundanciesGravatar archshift2014-09-072-21/+13
* | Merge pull request #105 from kevinhartman/hidGravatar bunnei2014-09-1212-39/+405
|\ \
| * | Added support for multiple input device types for KeyMap and connected Qt.Gravatar Kevin Hartman2014-09-1212-204/+259
| * | Initial HID PAD work, with GLFW only.Gravatar Kevin Hartman2014-09-117-27/+310