summaryrefslogtreecommitdiff
path: root/src/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6519 from Wunkolo/mem-size-literalGravatar bunnei2021-06-244-49/+39
|\
| * common: Replace common_sizes into user-literalsGravatar Wunkolo2021-06-244-49/+39
* | general: Add missing #pragma once directivesGravatar Morph2021-06-241-0/+2
* | Merge pull request #6517 from lioncash/fmtlibGravatar bunnei2021-06-231-1/+2
|\ \ | |/ |/|
| * General: Resolve fmt specifiers to adhere to 8.0.0 API where applicableGravatar Lioncash2021-06-231-1/+2
* | Merge pull request #6465 from FernandoS27/sex-on-the-beachGravatar Mai M2021-06-233-0/+4
|\ \ | |/ |/|
| * Reaper: Address Feedback.Gravatar Fernando Sahmkow2021-06-161-0/+1
| * Reaper: Setup settings and final tuning.Gravatar Fernando Sahmkow2021-06-162-0/+3
* | Merge pull request #6512 from ReinUsesLisp/wait-detached-stasksGravatar Mai M2021-06-221-0/+2
|\ \
| * | common/detached_tasks: Wait for tasks before shutting downGravatar Rodrigo Locatti2021-06-221-0/+2
* | | common: fs: Add a description of a regular file in IsFileGravatar Morph2021-06-221-4/+6
* | | common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFileGravatar Morph2021-06-224-9/+12
* | | common: fs: file: Remove [[nodiscard]] attribute from FlushGravatar Morph2021-06-222-3/+3
* | | common: fs: Remove [[nodiscard]] attribute on Remove* functionsGravatar Morph2021-06-222-9/+9
|/ /
* | Merge pull request #6499 from FernandoS27/we-were-on-a-breakGravatar bunnei2021-06-212-0/+2
|\ \
| * | Update dynarmic and add new unsafe CPU option.Gravatar Fernando Sahmkow2021-06-202-0/+2
* | | Merge pull request #6475 from ameerj/unlimit-fpsGravatar bunnei2021-06-211-0/+1
|\ \ \ | |/ / |/| |
| * | nvflinger: Add toggle to disable buffer swap interval limitsGravatar ameerj2021-06-171-0/+1
| |/
* / host_memory: Correct MEM_RESERVE_PLACEHOLDERGravatar lat9nq2021-06-191-1/+1
|/
* Merge pull request #6464 from ameerj/disable-astcGravatar bunnei2021-06-162-0/+3
|\
| * configure_graphics: Add Accelerate ASTC decoding settingGravatar ameerj2021-06-152-0/+3
* | Merge pull request #6460 from Morph1984/fs-access-log-fixGravatar Morph2021-06-163-6/+2
|\ \
| * | common: fs: file: Remove redundant call to WriteStringToFileGravatar Morph2021-06-162-6/+1
| * | fsp_srv: Fix filesystem access loggingGravatar Morph2021-06-161-0/+1
| |/
* | Merge pull request #6462 from Morph1984/proper-flushGravatar bunnei2021-06-151-1/+5
|\ \ | |/ |/|
| * common: fs: file: Flush the file to the disk when Flush() is calledGravatar Morph2021-06-131-1/+5
* | Merge pull request #6448 from Morph1984/recursive-dir-iteratorGravatar Fernando Sahmkow2021-06-141-2/+16
|\ \
| * | common: fs: Use the normal directory iterator in *Recursively functionsGravatar Morph2021-06-121-2/+16
| |/
* | common: logging: Restructure backend codeGravatar Morph2021-06-138-278/+288
* | common: logging: backend: Wrap IOFile in a unique_ptrGravatar Morph2021-06-132-6/+27
|/
* common/host_memory: Implement a fallback if fastmem fails.Gravatar Markus Wick2021-06-112-14/+49
* common/host_shader: Load Windows 10 functions dynamicallyGravatar ReinUsesLisp2021-06-111-29/+88
* host_memory: Support staged VirtualProtect callsGravatar ReinUsesLisp2021-06-111-3/+12
* General: Add settings for fastmem and disabling adress space check.Gravatar FernandoS272021-06-112-0/+12
* common/host_memory: Optimize for huge tables.Gravatar Markus Wick2021-06-112-11/+24
* core: Make use of fastmemGravatar Markus Wick2021-06-111-0/+2
* common/host_memory: Add Linux implementationGravatar Markus Wick2021-06-111-10/+120
* common/host_memory: Add interface and Windows implementationGravatar ReinUsesLisp2021-06-113-0/+384
* src/common/CMakeLists.txt: fix variable escapingGravatar liushuyu2021-06-091-8/+9
* common/fs/path_util: Remove [[nodiscard]] from function with void returnGravatar Lioncash2021-06-081-1/+1
* Merge pull request #6395 from lioncash/result-moveGravatar Morph2021-06-021-25/+0
|\
| * common_funcs: Move R_ macros to result.hGravatar Lioncash2021-05-311-25/+0
* | common: fs: fs_util: Move PathToUTF8String to fs_utilGravatar Morph2021-06-024-15/+14
* | common: fs: fs_util: Add more string conversion functionsGravatar Morph2021-06-022-0/+33
|/
* Merge pull request #6385 from degasus/save_memory_accessGravatar bunnei2021-05-302-0/+7
|\
| * core/memory: Check our memory fallbacks for out-of-bound behavior.Gravatar Markus Wick2021-05-292-0/+7
* | common: Extract point into a common structGravatar Lioncash2021-05-282-0/+58
|/
* common/fs/file: Explicitly delete copy constructorsGravatar Lioncash2021-05-281-1/+4
* common/fs/file: Devirtualize destructorGravatar Lioncash2021-05-281-1/+1
* common/fs/file: Default initialize IOFile membersGravatar Lioncash2021-05-281-2/+2