summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5147 from comex/xx-purevirtGravatar LC2020-12-071-33/+0
|\
| * nvdrv: Remove useless re-declaration of pure virtual methods that were alread...Gravatar comex2020-12-061-33/+0
* | Merge pull request #5150 from comex/xx-boxcatGravatar LC2020-12-071-1/+1
|\ \
| * | boxcat: Avoid unnecessary object copyGravatar comex2020-12-061-1/+1
| |/
* | Merge pull request #5136 from lioncash/video-shadow3Gravatar LC2020-12-072-9/+9
|\ \
| * | video_core: Resolve more variable shadowing scenarios pt.3Gravatar Lioncash2020-12-052-9/+9
| |/
* / Fix "explicitly defaulted but implicitly deleted" warningGravatar comex2020-12-061-1/+1
|/
* system_version: Update to 11.0.0Gravatar Chloe Marcec2020-12-051-6/+6
* Merge pull request #4996 from bunnei/use-4jitsGravatar bunnei2020-12-0324-141/+194
|\
| * kernel: scheduler: Minor cleanup to remove duplicated code.Gravatar bunnei2020-11-292-46/+14
| * kernel: time_manager: Protect access with a mutex.Gravatar bunnei2020-11-292-1/+5
| * hle: kernel: thread: Remove unused "Running" state.Gravatar bunnei2020-11-292-6/+0
| * core: arm: Implement InvalidateCacheRange for CPU cache invalidation.Gravatar bunnei2020-11-2912-16/+56
| * hle: kernel: time_manager: Avoid a crash on process exit.Gravatar bunnei2020-11-291-1/+4
| * hle: kernel: AddressArbiter: Remove unused code.Gravatar bunnei2020-11-292-9/+0
| * hle: kernel: SynchronizationObject: Use atomic_bool for is_signaled.Gravatar bunnei2020-11-291-1/+2
| * common: fiber: Use boost::context instead of native fibers on Windows.Gravatar bunnei2020-11-291-1/+1
| * hle: kernel: multicore: Replace n-JITs impl. with 4 JITs.Gravatar bunnei2020-11-2915-72/+124
* | Merge pull request #5000 from lioncash/audio-errorGravatar bunnei2020-12-022-5/+5
|\ \
| * | audio_core: Make shadowing and unused parameters errorsGravatar Lioncash2020-12-032-5/+5
* | | Merge pull request #4937 from german77/multiUDPGravatar bunnei2020-12-011-3/+1
|\ \ \
| * | | Add multiple udp server supportGravatar german2020-11-251-3/+1
* | | | Merge pull request #4939 from german77/MouseInputGravatar bunnei2020-11-291-2/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | Implement full mouse supportGravatar german2020-11-251-2/+7
* | | | Merge pull request #4998 from Morph1984/bioshock-patchGravatar bunnei2020-11-281-2/+4
|\ \ \ \
| * | | | hid: Check if applet_resource exists in InitializeVibrationDeviceGravatar Morph2020-11-251-2/+4
| | |_|/ | |/| |
* | | | Add missing types to NpadCommunicationModeGravatar german2020-11-281-0/+2
* | | | Merge pull request #5021 from german77/StubCommunicationModeGravatar bunnei2020-11-284-2/+50
|\ \ \ \
| * | | | Stub set and get NpadCommunicationModeGravatar german2020-11-264-2/+50
* | | | | Merge pull request #5011 from lioncash/file-str2Gravatar bunnei2020-11-271-12/+22
|\ \ \ \ \
| * | | | | core: Reduce string copies in GetGameFileFromPath()Gravatar Lioncash2020-11-261-12/+22
| |/ / / /
* | | | | core: Eliminate remaining usages of the global system instanceGravatar Lioncash2020-11-2712-1558/+16
* | | | | savedata_factory: Eliminate usage of the global system instanceGravatar Lioncash2020-11-273-12/+20
* | | | | service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-26219-897/+1207
|/ / / /
* | | | Merge pull request #4975 from comex/invalid-syncpoint-idGravatar bunnei2020-11-261-2/+2
|\ \ \ \
| * | | | nvdrv, video_core: Don't index out of bounds when given invalid syncpoint IDGravatar comex2020-11-241-2/+2
* | | | | Merge pull request #4981 from ogniK5377/ioctl-ctrlGravatar bunnei2020-11-2524-91/+214
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | nvservices: Reintroducee IoctlCtrlGravatar Chloe Marcec2020-11-2424-91/+214
* | | | | Merge pull request #4976 from comex/poll-eventsGravatar Rodrigo Locatti2020-11-251-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off mai...Gravatar comex2020-11-231-2/+2
| | |/ / | |/| |
* | | | Merge pull request #4978 from bunnei/shutdown-crashGravatar bunnei2020-11-251-7/+17
|\ \ \ \
| * | | | core: cpu_manager: Fix shutdown crash when closing before emulation starts.Gravatar bunnei2020-11-241-7/+17
* | | | | service: am: Implement ExecuteProgram and required stubs.Gravatar bunnei2020-11-242-3/+34
* | | | | core: loader: Implement support for loading indexed programs.Gravatar bunnei2020-11-2412-26/+74
|/ / / /
* | | | hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)Gravatar bunnei2020-11-2417-100/+104
* | | | Merge pull request #4942 from lioncash/systemGravatar Rodrigo Locatti2020-11-242-96/+81
|\ \ \ \
| * | | | core: Remove unused private Init function for the System classGravatar Lioncash2020-11-182-16/+4
| * | | | core: Make use of [[nodiscard]] with the System classGravatar Lioncash2020-11-182-81/+78
| | |_|/ | |/| |
* | | | Merge pull request #4972 from lioncash/unused4Gravatar Rodrigo Locatti2020-11-241-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | svc: Remove unnecessary [[maybe_unused]] tagGravatar Lioncash2020-11-231-1/+1
| |/ /