summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-25ARM: Integrate SkyEye faster "dyncom" interpreter.Gravatar bunnei20-75/+8230
2014-10-25ARM: Reorganized file structure to move shared SkyEye code to a more common a...Gravatar bunnei34-80/+80
2014-10-25Don’t fail on empty filename in OpenFileDirectly, return the archive handle...Gravatar Emmanuel Gil Peyrot1-8/+7
2014-10-22Use std sized types instead of platform specific typedefsGravatar Yuri Kunde Schlesner2-32/+12
2014-10-22Common: Return from CreateFullPath early if the directory creation failsGravatar archshift1-2/+4
2014-10-22Use config files to store whether SDMC is enabled or notGravatar archshift7-2/+36
2014-10-21Only check OpenGL shader log if size is >1.Gravatar Yuri Kunde Schlesner1-9/+6
2014-10-19emu_window_glfw.cpp: Fixed graceful quittingGravatar archshift1-1/+1
2014-10-17Implemented graceful closing of the GLFW window, along with emulation.Gravatar archshift3-1/+9
2014-10-12OpenGL renderer: Request a forward compatible context in citra-qtGravatar Yuri Kunde Schlesner2-6/+3
2014-10-12Rework OpenGL renderer.Gravatar Yuri Kunde Schlesner4-233/+193
2014-10-12Rename GPU::Regs::FramebufferFormat to PixelFormatGravatar Yuri Kunde Schlesner2-14/+10
2014-10-12OpenGL renderer: Shuffle initialization code around and rename functions.Gravatar Yuri Kunde Schlesner2-25/+18
2014-10-12Remove virtual inheritance from RendererOpenGLGravatar Yuri Kunde Schlesner2-3/+3
2014-10-07Fix warnings in video_coreGravatar Lioncash9-26/+26
2014-10-07APT: Added a stub for the "GlanceParameter" function.Gravatar purpasmart961-1/+31
2014-10-07Added configuration file system.Gravatar archshift22-130/+406
2014-10-06Common: Add a helper function to generate a 8.3 filename from a long one.Gravatar Emmanuel Gil Peyrot5-29/+80
2014-10-06FileSys: Add static asserts for the Directory struct, and fix its fields posi...Gravatar Emmanuel Gil Peyrot1-2/+8
2014-10-06FileSys: split the constructor into an Open method, in order to notify the op...Gravatar Emmanuel Gil Peyrot7-14/+57
2014-10-06FileSys/Kernel: Implement SetSize service call for File objects.Gravatar Emmanuel Gil Peyrot6-0/+49
2014-10-06FileSys: Add forgotten docstrings.Gravatar Emmanuel Gil Peyrot7-4/+35
2014-10-04Added some more names to the function tableGravatar purpasmart961-0/+2
2014-09-30added "StoreDataCache" to the function tableGravatar purpasmart961-0/+1
2014-09-28Fix warnings in core and commonGravatar Lioncash5-17/+7
2014-09-21chunk_file: General cleanupGravatar Lioncash1-244/+0
2014-09-21Use the citra user path for the sdmc directoryGravatar archshift4-2/+5
2014-09-17Kernel: Implement the Close command for Archive, File and Directory.Gravatar Emmanuel Gil Peyrot2-0/+43
2014-09-17FS: Implement OpenArchive, OpenDirectory, OpenFile and OpenFileDirectly calls.Gravatar Emmanuel Gil Peyrot1-20/+177
2014-09-17Kernel: Add a Directory object and a getter for it from an Archive object.Gravatar Emmanuel Gil Peyrot3-0/+91
2014-09-17Core: Add a method to obtain a Directory from an Archive.Gravatar Emmanuel Gil Peyrot5-0/+44
2014-09-17Core: Add a Directory object, with both a stub and a passthrough implementati...Gravatar Emmanuel Gil Peyrot6-0/+264
2014-09-17Kernel: Add a File object and a getter for it from an Archive object.Gravatar Emmanuel Gil Peyrot2-0/+118
2014-09-17Core: Add a passthrough backend for the filesystem, exposed as SDMC.Gravatar Emmanuel Gil Peyrot5-0/+302
2014-09-17Core: Add a new File class, obtainable from an Archive, and a stub implementa...Gravatar Emmanuel Gil Peyrot7-0/+208
2014-09-17Common: Rename the File namespace to FileUtil, to match the filename and prev...Gravatar Emmanuel Gil Peyrot8-31/+31
2014-09-17Common: Return the number of items read/written in IOFile’s methods instead...Gravatar Emmanuel Gil Peyrot1-8/+20
2014-09-14Core: Get rid of unnecessary switch statement in KernelGravatar Lioncash1-41/+2
2014-09-13Core: Fix warnings in gpu.cppGravatar Lioncash2-7/+7
2014-09-12Core: Replace a sprintf in core_timing with StringFromFormatGravatar Lioncash1-5/+7
2014-09-12Added support for multiple input device types for KeyMap and connected Qt.Gravatar Kevin Hartman12-204/+259
2014-09-11Initial HID PAD work, with GLFW only.Gravatar Kevin Hartman7-27/+310
2014-09-11Created structure for PAD.Gravatar Kevin Hartman2-0/+28
2014-09-08Removed fixed_size_queue.hGravatar archshift2-71/+0
2014-09-08core: Prune redundant includesGravatar archshift20-37/+0
2014-09-08common: Prune all redundant includesGravatar archshift10-34/+3
2014-09-08Moved common_types::Rect from common to Common namespaceGravatar archshift3-4/+4
2014-09-08Added string_util to common, small changes in loader.cppGravatar archshift14-88/+94
2014-09-08loader.cpp: improved file extension checking, made Upper/LowerStr usefulGravatar archshift3-18/+17
2014-09-08Common: Remove HAVE_CXX11_SYNTAX define from Common.hGravatar Lioncash1-6/+0