| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | addressed issue | 2019-07-08 | 1 | -1/+1 | ||
| | * | | | | | | | | audren: Only manage wave buffers with a size | 2019-07-01 | 1 | -3/+5 | ||
| * | | | | | | | | | Merge pull request #2657 from ogniK5377/npad-assignments | 2019-07-08 | 6 | -3/+100 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | addressed issues | 2019-07-08 | 1 | -6/+7 | ||
| | * | | | | | | | | | hid:StartLrAssignmentMode, hid:StopLrAssignmentMode, hid:SwapNpadAssignment | 2019-07-01 | 6 | -3/+99 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #2651 from DarkLordZach/apm-boost-mode-1 | 2019-07-07 | 14 | -57/+258 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | am: Implement SetCpuBoostMode in terms of APM | 2019-06-28 | 5 | -13/+26 | ||
| | * | | | | | | | | | core: Keep instance of APM Controller | 2019-06-28 | 2 | -0/+20 | ||
| | * | | | | | | | | | apm: Implement SetCpuBoostMode | 2019-06-28 | 2 | -0/+14 | ||
| | * | | | | | | | | | apm: Add getters for performance config and mode | 2019-06-28 | 2 | -33/+49 | ||
| | * | | | | | | | | | apm: Add apm:am service | 2019-06-28 | 2 | -11/+9 | ||
| | * | | | | | | | | | apm: Add Controller class to manage speed data and application | 2019-06-28 | 3 | -0/+140 | ||
| | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #2642 from DarkLordZach/fsp-log-2 | 2019-07-07 | 9 | -28/+99 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
| | * | | | | | | | | fsp-srv: Implement GetAccessLogVersionInfo | 2019-06-28 | 2 | -3/+14 | ||
| | * | | | | | | | | reporter: Add report class for filesystem access logs | 2019-06-28 | 2 | -0/+25 | ||
| | * | | | | | | | | fsp-srv: Implement OutputAccessLogToSdCard | 2019-06-28 | 7 | -27/+62 | ||
| | |/ / / / / / / | ||||||
| * | | / / / / / | Delete decode_integer_set.cpp | 2019-07-07 | 1 | -0/+0 | ||
| | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | | Merge pull request #2674 from lioncash/reporter | 2019-07-06 | 2 | -15/+35 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | core/reporter: Allow moves into SaveToFile() | 2019-07-05 | 1 | -1/+1 | ||
| | * | | | | | | | core/reporter: Add missing includes and forward declarations | 2019-07-05 | 2 | -1/+9 | ||
| | * | | | | | | | core/reporter: Remove unnecessary namespace qualifiers | 2019-07-05 | 2 | -3/+3 | ||
| | * | | | | | | | core/reporter: Remove pessimizing move in GetHLERequestContextData() | 2019-07-05 | 1 | -1/+1 | ||
| | * | | | | | | | core/reporter: Make bracing consistent | 2019-07-05 | 1 | -8/+18 | ||
| | * | | | | | | | core/reporter: Return in error case in SaveToFile() | 2019-07-05 | 1 | -1/+3 | ||
| | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2677 from lioncash/assert | 2019-07-06 | 5 | -43/+48 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | memory: Remove unused includes | 2019-07-06 | 1 | -2/+0 | ||
| | * | | | | | | | memory: Remove unused PageTable forward declaration | 2019-07-06 | 1 | -4/+0 | ||
| | * | | | | | | | kernel/vm_manager: Rename 'new map' to 'stack' | 2019-07-06 | 3 | -37/+37 | ||
| | * | | | | | | | kernel/vm_manager: Handle stack/TLS IO region placement better | 2019-07-05 | 1 | -2/+13 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | clang-format fixes | 2019-07-06 | 1 | -4/+5 | ||
| * | | | | | | | am: Implement GetAccumulatedSuspendedTickValue | 2019-07-06 | 2 | -7/+19 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #2601 from FernandoS27/texture_cache | 2019-07-05 | 62 | -3269/+4195 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | texture_cache: Address Feedback | 2019-07-05 | 7 | -22/+35 | ||
| | * | | | | | | texture_cache: Correct Texture Buffer Uploading | 2019-07-04 | 3 | -2/+18 | ||
| | * | | | | | | texture_cache: Pack sibling queries inside a method | 2019-06-29 | 1 | -6/+8 | ||
| | * | | | | | | texture_cache: Use std::vector reservation for sampled_textures | 2019-06-29 | 1 | -17/+10 | ||
| | * | | | | | | texture_cache: Style changes | 2019-06-29 | 3 | -17/+13 | ||
| | * | | | | | | texture_cache: Use std::array for siblings_table | 2019-06-29 | 1 | -10/+13 | ||
| | * | | | | | | texture_cache: Address feedback | 2019-06-29 | 4 | -30/+13 | ||
| | * | | | | | | texture_cache: Correct variable naming. | 2019-06-25 | 1 | -3/+3 | ||
| | * | | | | | | gl_texture_cache: Correct asserts | 2019-06-25 | 2 | -2/+2 | ||
| | * | | | | | | texture_cache: Corrections, documentation and asserts | 2019-06-25 | 1 | -42/+42 | ||
| | * | | | | | | surface_params: Corrections, asserts and documentation. | 2019-06-25 | 2 | -43/+58 | ||
| | * | | | | | | copy_params: use constexpr for constructor | 2019-06-25 | 1 | -3/+4 | ||
| | * | | | | | | gl_texture_cache: Corrections and fixes | 2019-06-25 | 2 | -13/+9 | ||
| | * | | | | | | gl_resource_manager: Correct MakeStreamCopy | 2019-06-25 | 2 | -3/+2 | ||
| | * | | | | | | texture_cache: Query MemoryManager from the system | 2019-06-25 | 5 | -20/+7 | ||
| | * | | | | | | texture_cache: Include "core/core.h" | 2019-06-24 | 1 | -4/+1 | ||
| | * | | | | | | gl_texture_cache: Explicitly add indirect include | 2019-06-24 | 1 | -0/+1 | ||
| | * | | | | | | texture_cache/surface_view: Address feedback | 2019-06-24 | 1 | -1/+0 | ||