| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | Merge pull request #1727 from MerryMage/minor-commit | 2016-04-28 | 3 | -12/+11 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | AudioCore: Move samples_per_frame and num_sources into hle/common.h | 2016-04-28 | 3 | -12/+11 | ||
| | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #1722 from MerryMage/soundtouch | 2016-04-28 | 1 | -1/+4 | ||
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Externals: Add soundtouch | 2016-04-28 | 1 | -1/+4 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #1708 from MerryMage/dsp_dsp | 2016-04-27 | 6 | -76/+180 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | DSP_DSP: Fix log format strings and arguments | 2016-04-27 | 1 | -12/+20 | ||
| | * | | | | | | | | | AudioCore: Hack to prevent regressions: Trigger Binary pipe interrupt every a... | 2016-04-27 | 1 | -0/+2 | ||
| | * | | | | | | | | | DSP_DSP: Add return IPC headers | 2016-04-27 | 2 | -4/+27 | ||
| | * | | | | | | | | | DSP_DSP: Updated interrupt implementation | 2016-04-27 | 4 | -46/+113 | ||
| | * | | | | | | | | | DSP/Pipe: There are 8 pipes | 2016-04-25 | 2 | -13/+19 | ||
| | * | | | | | | | | | DSP_DSP: Remove unused variable | 2016-04-24 | 1 | -2/+0 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | y2r_u: Cleanup some formatting. | 2016-04-26 | 1 | -52/+89 | ||
| * | | | | | | | | | Merge pull request #1447 from JamePeng/update-y2r-service | 2016-04-26 | 2 | -32/+357 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Update the code of service y2r! | 2016-04-20 | 2 | -32/+357 | ||
| | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Qt Frontend: Add Threads::Threads import in CMakeLists.txt. | 2016-04-26 | 1 | -1/+1 | ||
| | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | | Merge pull request #1710 from hrydgard/optimize-event-breakpoints | 2016-04-25 | 3 | -9/+16 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Replace std::map with std::array for graphics event breakpoints, and allow th... | 2016-04-24 | 3 | -9/+16 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | shader: Shader size is long uint, not uint. | 2016-04-25 | 1 | -1/+1 | ||
| * | | | | | | | | shader: Handle non-CALL opcodes with a break | 2016-04-25 | 1 | -0/+2 | ||
| * | | | | | | | | shader: Format string must be provided inline and not as a variable | 2016-04-24 | 1 | -1/+1 | ||
| * | | | | | | | | am: title_id is long long uint | 2016-04-24 | 1 | -1/+1 | ||
| * | | | | | | | | assert: Allow UNREACHABLE_MSG to have just one argument | 2016-04-24 | 1 | -1/+1 | ||
| * | | | | | | | | CMakeLists: Use imported version of Threads::Threads | 2016-04-24 | 1 | -1/+1 | ||
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #1576 from smspillaz/fix-build-errors-03272016 | 2016-04-24 | 7 | -6/+19 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | assert: Add _MSG variations for UNREACHABLE and UNIMPLEMENTED | 2016-04-23 | 1 | -0/+2 | ||
| | * | | | | | | | pica: Handle default lighting case | 2016-04-23 | 1 | -1/+6 | ||
| | * | | | | | | | ncch: Use correct format specifier (for long long uint) | 2016-04-23 | 1 | -1/+1 | ||
| | * | | | | | | | fs: Fix what appears to be a typo (filename_size / file_size) | 2016-04-23 | 1 | -1/+1 | ||
| | * | | | | | | | gdbstub: Don't check if unsigned int is > 0 | 2016-04-23 | 1 | -2/+2 | ||
| | * | | | | | | | debugger: Warn if we reach an unreachable format | 2016-04-23 | 1 | -0/+6 | ||
| | * | | | | | | | CMakeLists: Use CMAKE_THREAD_LIBS_INIT | 2016-04-23 | 1 | -1/+1 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * / | | | | | | Protect use of std::is_trivially_copyable to compile with GCC 4.9 | 2016-04-23 | 1 | -0/+4 | ||
| |/ / / / / / | ||||||
| * | | | | | | HWRasterizer: reorder declarations to match defs | 2016-04-22 | 1 | -9/+9 | ||
| * | | | | | | HWRasterizer: sync specular uniform for new shaders | 2016-04-22 | 1 | -0/+2 | ||
| * | | | | | | Merge pull request #1436 from tfarley/hw-tex-forwarding | 2016-04-22 | 29 | -941/+1739 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | HWRasterizer: Texture forwarding | 2016-04-21 | 20 | -940/+1719 | ||
| | * | | | | | | Config: Add scaled resolution option | 2016-04-21 | 9 | -1/+20 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #1655 from JayFoxRox/hw-dot3 | 2016-04-21 | 1 | -0/+3 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | OpenGL: Implement color combiner Operation::Dot3_RGB | 2016-04-10 | 1 | -0/+3 | ||
| * | | | | | | SDL2 Frontend: Use argv[0], add a --version, and reorder options. | 2016-04-20 | 1 | -9/+20 | ||
| | |/ / / / |/| | | | | ||||||
| * | | | | | Merge pull request #1672 from wwylele/win-driver-fix | 2016-04-19 | 1 | -3/+12 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | fix driver root identification on Windows | 2016-04-15 | 1 | -3/+12 | ||
| * | | | | | | Merge pull request #1612 from ObsidianX/get-set-sockopt | 2016-04-18 | 1 | -3/+97 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Rework sockopt translation to match the error translation code already in place | 2016-04-01 | 1 | -22/+30 | ||
| | * | | | | | | Code style | 2016-03-30 | 1 | -2/+2 | ||
| | * | | | | | | Added GetSockOptName | 2016-03-30 | 1 | -15/+58 | ||
| | * | | | | | | Derp: win32: typedef int socklen_t; | 2016-03-29 | 1 | -4/+0 | ||
| | * | | | | | | But of course, Windows uses 'int' while Linux uses 'socklen_t' | 2016-03-29 | 1 | -0/+4 | ||
| | * | | | | | | Compiling on Windows now | 2016-03-29 | 1 | -3/+3 | ||
| | * | | | | | | Formatting... | 2016-03-29 | 1 | -1/+1 | ||