summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | Common: Remove many unnecessary cross-platform compatibility macrosGravatar Yuri Kunde Schlesner2015-05-067-90/+12
| * | Clean-up includesGravatar Yuri Kunde Schlesner2015-05-068-9/+14
| * | FileSys: De-inline Path membersGravatar Yuri Kunde Schlesner2015-05-064-125/+139
| * | FileSys: Clean-up includes, de-inline destructorsGravatar Yuri Kunde Schlesner2015-05-067-20/+35
| * | Move typedefs from kernel.h to more appropriate placesGravatar Yuri Kunde Schlesner2015-05-063-10/+13
| * | Common: Move NonCopyable to common_types.hGravatar Yuri Kunde Schlesner2015-05-062-10/+10
| * | Common: Use C++11 deleted functions for NonCopyableGravatar Yuri Kunde Schlesner2015-05-061-8/+6
| * | Common: Remove unused enumsGravatar Yuri Kunde Schlesner2015-05-061-17/+0
* | | Merge pull request #695 from Subv/crash_fGravatar bunnei2015-05-064-68/+137
|\ \ \ | |/ / |/| |
| * | GPU: Implemented default vertex shader attributes.Gravatar Subv2015-05-064-68/+137
* | | HLE: Clean up SVC dispatch mechanismGravatar Yuri Kunde Schlesner2015-05-065-79/+40
* | | Core: Remove some unused functions and typesGravatar Yuri Kunde Schlesner2015-05-042-32/+1
* | | Merge pull request #698 from Zaneo/clip_stylus_inputGravatar Tony Wasserka2015-05-024-8/+23
|\ \ \
| * | | EmuWindow: Clip mouse input coordinates to emulated screen dimensions.Gravatar Zaneo2015-05-014-8/+23
* | | | Qt: Shutdown game on emulator close event.Gravatar bunnei2015-05-011-0/+2
* | | | Qt: Disable "Start" unless we are paused (it otherwise has no meaning and cau...Gravatar bunnei2015-05-012-1/+4
* | | | Qt: Fixed a bug in shutdown procedure, various cleanups.Gravatar bunnei2015-05-017-35/+26
* | | | Qt: Clear registers widget on shutdown.Gravatar bunnei2015-05-013-8/+31
* | | | Qt: Use signals for emu_thread start/stop and fix disasm widget.Gravatar bunnei2015-05-016-79/+138
* | | | Qt: Restructured to remove unnecessary shutdown event and various cleanups.Gravatar bunnei2015-05-014-90/+40
* | | | Qt: Fix loading a new game without stopping emulation.Gravatar bunnei2015-05-012-15/+25
* | | | CoreTiming: Initialize static variables at bootup.Gravatar bunnei2015-05-011-0/+10
* | | | HLE: Properly initialize and shutdown remaining modules.Gravatar bunnei2015-05-015-3/+20
* | | | Dyncom: Move cream cache to ARMul_State.Gravatar bunnei2015-05-014-25/+18
* | | | Kernel: Properly initialize and shutdown all modules.Gravatar bunnei2015-05-014-9/+20
* | | | HW: Properly initialize and shutdown all modules.Gravatar bunnei2015-05-013-3/+8
* | | | Services: Initialize all state variables at bootup.Gravatar bunnei2015-05-018-22/+38
* | | | Memory: Properly cleanup & shutdown.Gravatar bunnei2015-05-013-38/+60
* | | | Qt: Create emu thread on bootup, kill it on shutdown.Gravatar bunnei2015-05-013-31/+44
* | | | EmuThread: Remove unused filename attribute.Gravatar bunnei2015-05-013-18/+2
* | | | Qt: Move EmuThread ownership from render window to main window.Gravatar bunnei2015-05-016-69/+57
* | | | Merge pull request #717 from linkmauve/useless-autoGravatar bunnei2015-04-291-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | VideoCore: Remove a superfluous auto variable declaration in debug_utils.Gravatar Emmanuel Gil Peyrot2015-04-291-1/+1
* | | | ConfigMem: Remove duplicate retail bitGravatar purpasmart962015-04-281-1/+0
* | | | Merge pull request #692 from purpasmart96/log_improvementsGravatar bunnei2015-04-284-22/+59
|\ \ \ \ | |/ / / |/| | |
| * | | Services/Loader: Use more sensible log formats for certain functionsGravatar purpasmart962015-04-274-22/+59
* | | | ptm_sysm: Add static specifier to IsLegacyPowerOffGravatar Lioncash2015-04-241-1/+1
* | | | dyncom: Remove more unused/unnecessary codeGravatar Lioncash2015-04-205-95/+1
* | | | Merge pull request #703 from lioncash/cruftGravatar bunnei2015-04-197-823/+15
|\ \ \ \
| * | | | dyncom: Remove unused/unnecessary VFP cruftGravatar Lioncash2015-04-177-823/+15
* | | | | Merge pull request #691 from rohit-n/sign-compareGravatar bunnei2015-04-172-4/+4
|\ \ \ \ \
| * | | | | Silence some -Wsign-compare warnings.Gravatar Rohit Nirmal2015-04-092-4/+4
| | |/ / / | |/| | |
* | | | | Common: thread.h cleanupsGravatar Yuri Kunde Schlesner2015-04-161-65/+16
| |/ / / |/| | |
* | | | Merge pull request #696 from yuriks/interface-deinlineGravatar bunnei2015-04-143-50/+49
|\ \ \ \
| * | | | De-inline functions from Interface, removing them from service.hGravatar Yuri Kunde Schlesner2015-04-143-50/+49
| | |/ / | |/| |
* | | | Core_ARM11: Replace debug prints with our own logging functions in vfpsingle.Gravatar Emmanuel Gil Peyrot2015-04-142-39/+36
* | | | citra-qt: Use std::abs() to get the right absolute function for s64.Gravatar Emmanuel Gil Peyrot2015-04-141-1/+2
* | | | Kernel: Use the correct format string for u64 hex.Gravatar Emmanuel Gil Peyrot2015-04-141-1/+1
* | | | Headers: Add some forgotten overrides, thanks clang!Gravatar Emmanuel Gil Peyrot2015-04-144-4/+4
|/ / /
* | | SVC: Assert on unsupported CreateThread processor ID.Gravatar bunnei2015-04-091-3/+9