| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | qt-themes: Add Midnight Blue qdarkstyle theme (2.8.1) | 2020-07-20 | 2 | -1/+3 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #4334 from lat9nq/clear-per-game-settings | 2020-07-24 | 16 | -869/+1116 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | configure_graphics_advnaced: clang-format mk ii | 2020-07-19 | 1 | -3/+3 | ||
| | * | | | | | | | | | | configure_graphics_advanced: Fix oversight from rebase | 2020-07-19 | 1 | -1/+1 | ||
| | * | | | | | | | | | | configuration_shared: Remove unused functions | 2020-07-19 | 2 | -18/+0 | ||
| | * | | | | | | | | | | configuration: Use forward declares and remove extraneous structs | 2020-07-19 | 10 | -63/+59 | ||
| | * | | | | | | | | | | configuration_shared: Make CheckState strongly typed | 2020-07-19 | 2 | -24/+23 | ||
| | * | | | | | | | | | | clang-format | 2020-07-19 | 5 | -38/+32 | ||
| | * | | | | | | | | | | configuration_shared: Break up tracker structs to respective classes | 2020-07-19 | 12 | -49/+58 | ||
| | * | | | | | | | | | | configure_system: break instead of semicolon | 2020-07-19 | 1 | -2/+4 | ||
| | * | | | | | | | | | | clang-format | 2020-07-19 | 3 | -8/+11 | ||
| | * | | | | | | | | | | configure_system: Highlight labels on startup | 2020-07-19 | 1 | -0/+5 | ||
| | * | | | | | | | | | | configure_graphics: Fix layout in global config | 2020-07-19 | 1 | -1/+1 | ||
| | * | | | | | | | | | | configure_per_game: Improve style consistency | 2020-07-19 | 3 | -54/+43 | ||
| | * | | | | | | | | | | configure_system: Implement highlighted overrides | 2020-07-19 | 3 | -539/+544 | ||
| | * | | | | | | | | | | configuration_shared: Add default combobox setup function | 2020-07-19 | 3 | -21/+52 | ||
| | * | | | | | | | | | | configuration_shared: Use an int instead of a QString | 2020-07-19 | 4 | -22/+28 | ||
| | * | | | | | | | | | | configure_graphics_advanced: Implement highlighted overrides | 2020-07-19 | 3 | -96/+146 | ||
| | * | | | | | | | | | | configuration_shared: Switch back to background colors | 2020-07-19 | 1 | -2/+2 | ||
| | * | | | | | | | | | | configuration_shared: Better use global text | 2020-07-19 | 2 | -0/+15 | ||
| | * | | | | | | | | | | configure_audio: fix UI margins | 2020-07-19 | 1 | -1/+10 | ||
| | * | | | | | | | | | | configure_graphics: Implement highlighted overrides | 2020-07-19 | 2 | -134/+200 | ||
| | * | | | | | | | | | | configure_audio: Implement highlighted overrides | 2020-07-19 | 2 | -80/+87 | ||
| | * | | | | | | | | | | configuration_shared: Require name of the widget for highlighting | 2020-07-19 | 3 | -16/+27 | ||
| | * | | | | | | | | | | configuration_shared: Use a highlight instead of background color | 2020-07-19 | 2 | -6/+6 | ||
| | * | | | | | | | | | | configure_general: Implement manual tristate buttons | 2020-07-19 | 2 | -17/+27 | ||
| | * | | | | | | | | | | configuration_shared: Initial functions and data for manual tristate | 2020-07-19 | 2 | -0/+58 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #4388 from lioncash/written | 2020-07-24 | 1 | -6/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | buffer_cache: Eliminate redundant map lookup in MarkRegionAsWritten() | 2020-07-20 | 1 | -6/+3 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #4391 from lioncash/nrvo | 2020-07-24 | 7 | -26/+26 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | video_core: Allow copy elision to take place where applicable | 2020-07-21 | 7 | -26/+26 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #4394 from lioncash/unused6 | 2020-07-23 | 8 | -33/+5 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | video_core: Remove unused variables | 2020-07-21 | 8 | -33/+5 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #4353 from ameerj/gc-refactor | 2020-07-23 | 2 | -183/+46 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Fix axis thresholding while polling | 2020-07-19 | 1 | -5/+2 | ||
| | * | | | | | | | | | | std::size_t where appropriate, make error message more clear if can't read | 2020-07-17 | 1 | -3/+4 | ||
| | * | | | | | | | | | | Refactor adapter code | 2020-07-16 | 2 | -179/+44 | ||
| * | | | | | | | | | | | network: add missing include for BSDs | 2020-07-22 | 1 | -0/+2 | ||
| | |_|_|_|_|/ / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #4359 from ReinUsesLisp/clamp-shared | 2020-07-21 | 6 | -9/+42 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | renderer_{opengl,vulkan}: Clamp shared memory to host's limit | 2020-07-16 | 6 | -9/+42 | ||
| * | | | | | | | | | | | Merge pull request #4360 from ReinUsesLisp/glasm-bar | 2020-07-21 | 1 | -4/+0 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | gl_arb_decompiler: Execute BAR even when inside control flow | 2020-07-16 | 1 | -4/+0 | ||
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #4361 from ReinUsesLisp/lane-id | 2020-07-21 | 1 | -2/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | decode/other: Implement S2R.LaneId | 2020-07-16 | 1 | -2/+1 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #4306 from ReinUsesLisp/bsd-network | 2020-07-21 | 5 | -0/+840 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | core/network: Add network abstraction | 2020-07-19 | 5 | -0/+840 | ||
| * | | | | | | | | | | | Merge pull request #4324 from ReinUsesLisp/formats | 2020-07-21 | 20 | -1100/+1111 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | video_core: Rearrange pixel format names | 2020-07-13 | 19 | -1179/+1077 | ||
| | * | | | | | | | | | | video_core: Fix DXT4 and RGB565 | 2020-07-13 | 7 | -37/+31 | ||
| | * | | | | | | | | | | video_core/format_lookup_table: Add formats with existing PixelFormat | 2020-07-13 | 1 | -1/+9 | ||