summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-02Merge pull request #1970 from lioncash/headerbunnei
2018-12-31yuzu/configure_general: Silence truncation warnings in loadConfiguration()Lioncash
2018-12-31yuzu/config: Silence truncation warningsLioncash
2018-12-31core/kernel: Remove unnecessary inclusionsLioncash
2018-12-31Update Qt MSVC external to 5.12.0Zach Hilman
2018-12-31Merge pull request #1966 from lioncash/backtracebunnei
2018-12-31Merge pull request #1967 from lioncash/threadbunnei
2018-12-31Merge pull request #1965 from lioncash/fmtbunnei
2018-12-30kernel/svc: Correct misleading error message within CreateThread()Lioncash
2018-12-30kernel/svc: Sanitize core number and thread priorities in CreateThread()Lioncash
2018-12-30kernel/process: Rename GetAllowedProcessorMask() and GetAllowedThreadPriority...Lioncash
2018-12-30kernel/svc: Simplify thread core ID sanitizing in CreateThreadLioncash
2018-12-30arm_interface: Make include path relative for arm_interface.hLioncash
2018-12-30arm_interface: Make LogBacktrace() a const member functionLioncash
2018-12-30arm_interface: Mark variables as const where applicable in LogBacktrace()Lioncash
2018-12-30arm_interface: Remove unnecessary semicolonLioncash
2018-12-30Merge pull request #1956 from lioncash/process-threadSebastian Valle
2018-12-29Merge pull request #1847 from ogniK5377/backtrace-breakbunnei
2018-12-29Merge pull request #1964 from lioncash/timebunnei
2018-12-29gl_rasterizer_cache: Texture view if shader samples array but OGL is notReinUsesLisp
2018-12-29service/time: Minor cleanup to GetClockSnapshot()Lioncash
2018-12-29externals: Update fmt to 5.3.0Lioncash
2018-12-29service/time: Fill in some structures and remove padding where not necessaryLioncash
2018-12-29Moved log backtrace to arm_interface.cpp. Added printing of error code to fatalDavid Marcec
2018-12-28Merge pull request #1955 from bunnei/g8r8-fixbunnei
2018-12-28travis: Use correct package for linux Qt5WebEngineZach Hilman
2018-12-28web_browser: Add bounds checking to applet interfaceZach Hilman
2018-12-28gpu: Remove PixelFormat G8R8U and G8R8S, as they do not seem to exist.bunnei
2018-12-28Merge pull request #1958 from lioncash/audiobunnei
2018-12-28cmake: Add USE_QT_WEB_ENGINE flag and update build systemZach Hilman
2018-12-28main: Add main window integrations for QtWebBrowserAppletZach Hilman
2018-12-28qt: Implement Qt frontend to web browserZach Hilman
2018-12-28core: Add getter and setter for WebBrowserApplet frontendZach Hilman
2018-12-28frontend: Add frontend responder for web browserZach Hilman
2018-12-28applets: Implement LibAppletOff (Web) appletZach Hilman
2018-12-28loader: Add accessor for Manual RomFSZach Hilman
2018-12-28hid: Make Hid service accessible and add GetPressStateZach Hilman
2018-12-28romfs: Add SingleDiscard extraction typeZach Hilman
2018-12-28am: Add size parameter to am:IStorage loggingZach Hilman
2018-12-28audio_core: Convert LOG_CRITICAL + UNREACHABLE over to UNIMPLEMENTED/UNIMPLEM...Lioncash
2018-12-27kernel/process: Start the main thread using the specified ideal coreLioncash
2018-12-27kernel: Rename 'default' CPU core to 'ideal' coreLioncash
2018-12-27kernel/thread: Move process thread initialization into process.cppLioncash
2018-12-27Merge pull request #1954 from lioncash/npdmbunnei
2018-12-27Merge pull request #1953 from lioncash/membunnei
2018-12-27file_sys/program_metadata: Print out more descriptive address space descriptionsLioncash
2018-12-28Qt/Configure: Use sidebar to divide tabs into smaller groupsspycrab
2018-12-27kernel/process: Remove most allocation functions from Process' interfaceLioncash
2018-12-27Merge pull request #1951 from Tinob/masterbunnei
2018-12-27Add missing uintBitsToFloat to SetRegisterToHalfFloatRodolfo Bogado