summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-07string_util: Get rid of UriDecode/UriEncodeLioncash
2015-05-07Merge pull request #721 from yuriks/more-cleanupsYuri Kunde Schlesner
2015-05-07Fix printf format warningYuri Kunde Schlesner
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2015-05-07Common: Move alignment macros to common_funcs.hYuri Kunde Schlesner
2015-05-07Common: Move SSE detection ifdefs to platform.hYuri Kunde Schlesner
2015-05-07Common: Remove more unused compatibility definesYuri Kunde Schlesner
2015-05-07Common: Move IO-specific compatibility macros to file_util.cppYuri Kunde Schlesner
2015-05-06Common: Remove many unnecessary cross-platform compatibility macrosYuri Kunde Schlesner
2015-05-06Clean-up includesYuri Kunde Schlesner
2015-05-06FileSys: De-inline Path membersYuri Kunde Schlesner
2015-05-06FileSys: Clean-up includes, de-inline destructorsYuri Kunde Schlesner
2015-05-06Move typedefs from kernel.h to more appropriate placesYuri Kunde Schlesner
2015-05-06Common: Move NonCopyable to common_types.hYuri Kunde Schlesner
2015-05-06Common: Use C++11 deleted functions for NonCopyableYuri Kunde Schlesner
2015-05-06Common: Remove unused enumsYuri Kunde Schlesner
2015-05-06Merge pull request #695 from Subv/crash_fbunnei
2015-05-06GPU: Implemented default vertex shader attributes.Subv
2015-05-06Merge pull request #720 from yuriks/svc-cleanupbunnei
2015-05-06HLE: Clean up SVC dispatch mechanismYuri Kunde Schlesner
2015-05-04Merge pull request #719 from yuriks/unused-stuffbunnei
2015-05-04Core: Remove some unused functions and typesYuri Kunde Schlesner
2015-05-03Merge pull request #709 from linkmauve/rename-submodulesarchshift
2015-05-02Merge pull request #698 from Zaneo/clip_stylus_inputTony Wasserka
2015-05-01EmuWindow: Clip mouse input coordinates to emulated screen dimensions.Zaneo
2015-05-01Merge pull request #713 from bunnei/qt-emuthread-fixesbunnei
2015-05-01Qt: Shutdown game on emulator close event.bunnei
2015-05-01Qt: Disable "Start" unless we are paused (it otherwise has no meaning and cau...bunnei
2015-05-01Qt: Fixed a bug in shutdown procedure, various cleanups.bunnei
2015-05-01Qt: Clear registers widget on shutdown.bunnei
2015-05-01Qt: Use signals for emu_thread start/stop and fix disasm widget.bunnei
2015-05-01Qt: Restructured to remove unnecessary shutdown event and various cleanups.bunnei
2015-05-01Qt: Fix loading a new game without stopping emulation.bunnei
2015-05-01CoreTiming: Initialize static variables at bootup.bunnei
2015-05-01HLE: Properly initialize and shutdown remaining modules.bunnei
2015-05-01Dyncom: Move cream cache to ARMul_State.bunnei
2015-05-01Kernel: Properly initialize and shutdown all modules.bunnei
2015-05-01HW: Properly initialize and shutdown all modules.bunnei
2015-05-01Services: Initialize all state variables at bootup.bunnei
2015-05-01Memory: Properly cleanup & shutdown.bunnei
2015-05-01Qt: Create emu thread on bootup, kill it on shutdown.bunnei
2015-05-01EmuThread: Remove unused filename attribute.bunnei
2015-05-01Qt: Move EmuThread ownership from render window to main window.bunnei
2015-04-29Merge pull request #717 from linkmauve/useless-autobunnei
2015-04-29VideoCore: Remove a superfluous auto variable declaration in debug_utils.Emmanuel Gil Peyrot
2015-04-28Merge pull request #715 from purpasmart96/configmem_typo_fixYuri Kunde Schlesner
2015-04-28ConfigMem: Remove duplicate retail bitpurpasmart96
2015-04-28Merge pull request #692 from purpasmart96/log_improvementsbunnei
2015-04-27Services/Loader: Use more sensible log formats for certain functionspurpasmart96
2015-04-24Merge pull request #710 from lioncash/staticarchshift