summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd
AgeCommit message (Expand)Author
2018-10-23acc: Fix account UUID duplication errorZach Hilman
2018-10-23profile_manager: Load user icons, names, and UUIDs from system saveZach Hilman
2018-10-23settings: Add users and current_user settings and remove usernameZach Hilman
2018-10-23Added Amiibo support (#1390)David
2018-10-16config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation.bunnei
2018-10-13filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesyste...Lioncash
2018-10-09implemented touch in Qt and SDLNeatNit
2018-10-07cmd: Support passing game arguments from command lineZach Hilman
2018-10-06yuzu/yuzu_cmd: Add checks for required extension ARB_copy_image.bunnei
2018-10-02Review comments - part 3fearlessTobi
2018-10-02Port web_service from CitrafearlessTobi
2018-09-21Update config.cppValentin Vanelslande
2018-09-20Merge pull request #1337 from DarkLordZach/create-fs-cmdbunnei
2018-09-19yuzu-cmd: Add call to CreateFactoriesZach Hilman
2018-09-18Invalid default value of username in yuzu_cmd (#1334)Philippe Babin
2018-09-12Use ARB_multi_bind for uniform buffers (#1287)ReinUsesLisp
2018-09-12Merge pull request #1163 from FearlessTobi/add-audio-stretchingbunnei
2018-09-11gl_rasterizer: Use ARB_texture_storage.Markus Wick
2018-09-10Port #4141 from citra: Joystick hotplug support (#1275)Tobias
2018-09-09Merge pull request #1258 from tgsm/fix-sdl-loggingbunnei
2018-09-08Add audio stretching supportfearlessTobi
2018-09-08gl_rasterizer: Use baseInstance instead of moving the buffer points.bunnei
2018-09-08yuzu-cmd: fix SDL loggingtgsm
2018-09-07For SDL FrontendCaptV0rt3x
2018-09-06frontend: Set swap interval to 0fearlessTobi
2018-09-04Merge pull request #1223 from DarkLordZach/custom-nand-sd-dirsbunnei
2018-09-03settings: Save and load NAND/SD dirs from configZach Hilman
2018-09-02vfs_real: Forward declare IOFileLioncash
2018-08-31core/core: Replace includes with forward declarations where applicableLioncash
2018-08-21Port #3353 from CitrafearlessTobi
2018-08-19Added check to see if ARB_texture_mirror_clamp_to_edge is supportedDavid Marcec
2018-08-15loader: Make ResultStatus directly compatible with fmtLioncash
2018-08-11core: Namespace EmuWindowLioncash
2018-08-09loader: Add more descriptive errorsZach Hilman
2018-08-08core: Port core to VfsFilesystem for file accessZach Hilman
2018-08-05Merge pull request #912 from lioncash/global-varbunnei
2018-08-04Merge pull request #849 from DarkLordZach/xcibunnei
2018-08-04video_core: Eliminate the g_renderer global variableLioncash
2018-08-03Added ability to change username & language code in the settings ui. Added IP...David
2018-08-01video_core: Make global EmuWindow instance part of the base renderer classLioncash
2018-08-01Fix merge conflicts with opus and update docsZach Hilman
2018-08-01Use more descriptive error codes and messagesZach Hilman
2018-08-01Make XCI comply to review and style guidelinesZach Hilman
2018-08-01Remove files that are not usedZach Hilman
2018-07-31audio_core: Add configuration settings.bunnei
2018-07-26Merge pull request #836 from FearlessTobi/port-3594bunnei
2018-07-26Port #3665 from CitrafearlessTobi
2018-07-26Port #3641 from CitrafearlessTobi
2018-07-22Frontend: Check for more required OpenGL extensions during startup.Subv
2018-07-21file_util: Use an enum class for GetUserPath()Lioncash