summaryrefslogtreecommitdiff
path: root/src/common (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #12518 from t895/theme-settingsGravatar liamwhite2024-01-012-0/+3
|\ | | | | android: Migrate remaining settings to ini
| * android: Migrate in-game overlay settings to iniGravatar t8952023-12-302-0/+3
| |
* | Merge pull request #12466 from liamwhite/sh2Gravatar Narr the Reg2024-01-015-7/+395
|\ \ | |/ |/| core: track separate heap allocation for linux
| * heap_tracker: use linear-time mapping evictionGravatar Liam2023-12-272-9/+28
| |
| * core: track separate heap allocation for linuxGravatar Liam2023-12-255-7/+376
| |
* | Merge pull request #12471 from FearlessTobi/port-7146Gravatar liamwhite2023-12-263-0/+23
|\ \ | | | | | | Port citra-emu/citra#7146: "assert/logging: Stop the logging thread and flush the backends before crashing"
| * | assert/logging: Stop the logging thread and flush the backends before crashingGravatar FearlessTobi2023-12-263-0/+23
| |/ | | | | | | Co-Authored-By: SachinVin <26602104+SachinVin@users.noreply.github.com>
* / ring_buffer: Use feature macroGravatar FearlessTobi2023-12-251-1/+1
|/ | | | Co-Authored-By: GPUCode <47210458+GPUCode@users.noreply.github.com>
* Merge pull request #12387 from liamwhite/oboeGravatar Fernando S2023-12-191-4/+3
|\ | | | | android: add oboe audio sink
| * android: add oboe audio sinkGravatar Liam2023-12-171-4/+3
| |
* | path_util: copy output for GetParentPathGravatar Liam2023-12-172-4/+4
|/
* Merge pull request #12335 from t895/per-game-settingsGravatar liamwhite2023-12-164-6/+12
|\ | | | | android: Game Properties
| * settings: Allow vsync to be changed per-gameGravatar t8952023-12-121-1/+1
| |
| * settings: Allow CPU Debug and Fastmem to be changed per-gameGravatar t8952023-12-121-4/+4
| |
| * android: Add per-game driversGravatar t8952023-12-122-0/+3
| |
| * android: Refactor settings to expose more optionsGravatar t8952023-12-121-1/+4
| | | | | | | | In AbstractSetting, this removes the category, androidDefault, and valueAsString properties as they are no longer needed and have replacements. isSwitchable, global, and getValueAsString are all exposed and give better options for working with global/per-game settings.
* | Merge pull request #12184 from Kelebek1/system_settingsGravatar liamwhite2023-12-161-0/+6
|\ \ | | | | | | Make system settings persistent across boots
| * | Make system settings persistent across bootsGravatar Kelebek12023-12-161-0/+6
| |/
* | Merge pull request #12290 from liamwhite/deferred-path-splitGravatar liamwhite2023-12-162-11/+33
|\ \ | | | | | | Improve path splitting speed
| * | Improve path splitting speedGravatar BreadFish642023-12-052-11/+33
| | |
* | | common: use memory holepunching when clearing memoryGravatar Liam2023-12-142-9/+31
| |/ |/|
* | settings: Clearer NCE error messagesGravatar GPUCode2023-12-091-2/+6
| |
* | settings: Enable NCE by default on capable systemsGravatar t8952023-12-081-4/+10
|/
* host_memory: move MAP_ALIGNED_SUPER attempt after 448d4815deceGravatar Jan Beich2023-12-021-13/+11
| | | | | | src/common/host_memory.cpp:410:14: error: unused function 'ChooseVirtualBase' [-Werror,-Wunused-function] 410 | static void* ChooseVirtualBase(size_t virtual_size) { | ^~~~~~~~~~~~~~~~~
* host_memory: allow missing MAP_NORESERVE on FreeBSD after 448d4815deceGravatar Jan Beich2023-12-021-0/+4
| | | | | | src/common/host_memory.cpp:408:47: error: use of undeclared identifier 'MAP_NORESERVE' MAP_PRIVATE | MAP_ANONYMOUS | MAP_NORESERVE, -1, 0); ^
* cmake: prefer system gamemode libraryGravatar Alexandre Bouvier2023-11-301-1/+1
|
* Merge pull request #12227 from jbeich/gamemodeGravatar liamwhite2023-11-301-1/+1
|\ | | | | cmake: unbreak build on FreeBSD by re-enabling gamemode
| * cmake: sync gamemode conditionals with code after 5eec980a2d71Gravatar Jan Beich2023-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | FAILED: bin/yuzu ld: error: unable to find library -lgamemode FAILED: bin/yuzu-cmd ld: error: undefined symbol: Common::Linux::StartGamemode() >>> referenced by yuzu.cpp >>> src/yuzu_cmd/CMakeFiles/yuzu-cmd.dir/yuzu.cpp.o:(main) ld: error: undefined symbol: Common::Linux::StopGamemode() >>> referenced by yuzu.cpp >>> src/yuzu_cmd/CMakeFiles/yuzu-cmd.dir/yuzu.cpp.o:(main)
* | Merge pull request #12074 from GPUCode/yuwu-on-the-metalGravatar liamwhite2023-11-3010-46/+320
|\ \ | |/ |/| Implement Native Code Execution (NCE)
| * cmake: Move HAS_NCE to root cmakeGravatar GPUCode2023-11-291-1/+1
| | | | | | | | * So we can use it in common
| * qt: add cpu_backend configurationGravatar amazingfate2023-11-263-4/+4
| |
| * general: fix mac compileGravatar Liam2023-11-261-0/+2
| |
| * host_memory: Simplify randomness generationGravatar GPUCode2023-11-251-11/+2
| |
| * common: Enforce fastmem for nce usageGravatar GPUCode2023-11-251-1/+1
| |
| * Address some review commentsGravatar GPUCode2023-11-253-3/+6
| |
| * android: Add cpu bakend gui toggleGravatar GPUCode2023-11-253-5/+11
| |
| * arm: Implement native code execution backendGravatar Liam2023-11-253-8/+8
| |
| * device_memory: Enable direct mapped addresses for nceGravatar GPUCode2023-11-252-3/+10
| |
| * settings: Add cpu backend settingGravatar GPUCode2023-11-253-0/+17
| |
| * core: Respect memory permissions in MapGravatar GPUCode2023-11-252-14/+44
| |
| * host_memory: Switch to FreeRegionManagerGravatar Liam2023-11-252-29/+67
| |
| * host_memory: ensure map base is between 36 and 39 bitsGravatar Liam2023-11-251-2/+58
| |
| * common: Add free region managerGravatar --author=Liam2023-11-252-0/+56
| | | | | | | | * Abstraction for placeholder region tracking in host_memory
| * common: Add libc sigaction hookGravatar GPUCode2023-11-253-0/+68
| |
* | general: conditionally compile gamemode on linux onlyGravatar Liam2023-11-292-1/+2
| |
* | Merge pull request #11946 from flodavid/gamemodeGravatar liamwhite2023-11-296-0/+78
|\ \ | | | | | | Enable (Feral Interactive) Gamemode on Linux
| * | yuzu: create linux group in general settingsGravatar flodavid2023-11-256-2/+78
| | | | | | | | | | | | | | | - Create files dedicated to starting and stopping gamemode functions - Use them in yuzu and yuzu_cmd modules
| * | yuzu: integrate gamemode support on linuxGravatar xcfrg2023-11-251-0/+2
| |/
* | Merge pull request #11535 from GPUCode/upload_cmdbufGravatar Fernando S2023-11-261-0/+2
|\ \ | |/ |/| renderer_vulkan: Introduce separate cmd buffer for uploads
| * renderer_vulkan: Introduce separate cmd buffer for uploadsGravatar GPUCode2023-11-121-0/+2
| |