summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling of InitializeGravatar James Rowe2018-04-072-3/+3
* Merge pull request #310 from N00byKing/patch-1Gravatar bunnei2018-04-065-10/+10
|\
| * rasterizer_interface.h: Update from citra to yuzuGravatar N00byKing2018-04-041-3/+3
| * default_ini.h: Update from citra to yuzuGravatar N00byKing2018-04-041-1/+1
| * gl_rasterizer_cache.cpp: Update from citra to yuzuGravatar N00byKing2018-04-041-1/+1
| * gl_rasterizer_cache.h: Update from citra to yuzuGravatar N00byKing2018-04-041-3/+3
| * renderer_opengl.h: Update from citra to yuzuGravatar N00byKing2018-04-041-2/+2
* | core, main.h: Abort on 32Bit ROMs (#309)Gravatar N00byKing2018-04-065-1/+17
* | Update fmtlib to fix msvc warningsGravatar James Rowe2018-04-052-5/+8
|/
* svc: Stub out SetThreadActivity, GetThreadContext.Gravatar bunnei2018-04-022-2/+19
* audren_u: Stub out GetActiveAudioDeviceName.Gravatar bunnei2018-04-021-1/+13
* audout_u: Implement GetAudioOutState.Gravatar bunnei2018-04-021-1/+8
* nifm: GetResult does not return a data field.Gravatar bunnei2018-04-021-2/+1
* vi: Implement GetDisplayResolution.Gravatar bunnei2018-04-022-0/+26
* shared_memory: Remove incorrect 3ds-specific check.Gravatar bunnei2018-04-021-12/+0
* service: Add friend:u interface.Gravatar bunnei2018-04-024-0/+41
* logging: Change FmtLogMessage to use variadic template instead of FMT_VARIADICGravatar Daniel Lim Wee Soong2018-04-032-5/+11
* Merge pull request #262 from daniellimws/fmtlib-macrosGravatar bunnei2018-04-0211-68/+112
|\
| * Remove dependency chronoGravatar Daniel Lim Wee Soong2018-03-221-1/+0
| * Change "yuzu starting..." to be logged with the new macroGravatar Daniel Lim Wee Soong2018-03-221-1/+1
| * Logging: Create logging macros based on fmtlibGravatar Daniel Lim Wee Soong2018-03-2210-67/+112
* | Merge pull request #267 from N00byKing/patch-1Gravatar bunnei2018-04-022-14/+14
|\ \
| * | yuzu.cpp: Update Link from citra to yuzuGravatar N00byKing2018-03-261-1/+1
| * | main.cpp: Replace Citra with yuzu Wiki LinksGravatar N00byKing2018-03-251-4/+4
| * | main.cpp: Update Dialog from citra to yuzuGravatar N00byKing2018-03-251-11/+11
* | | Merge pull request #276 from N00byKing/acctoyuzuGravatar bunnei2018-04-024-10/+10
|\ \ \
| * | | telemetry.h: Reword comment from citra to yuzuGravatar N00byKing2018-03-271-1/+1
| * | | telemetry_session.h: Reword Documentation Comment from citra to yuzuGravatar N00byKing2018-03-271-2/+2
| * | | Remove Links to citra ServicesGravatar N00byKing2018-03-271-2/+2
| * | | Change Telemetry Names to yuzuGravatar N00byKing2018-03-272-5/+5
* | | | Merge pull request #304 from daniellimws/fix-openbsdGravatar bunnei2018-04-022-7/+19
|\ \ \ \
| * | | | externals: Update fmt to 4d35f94Gravatar Daniel Lim Wee Soong2018-04-031-6/+6
| * | | | common: fix swap functions on Bitrig and OpenBSDGravatar Daniel Lim Wee Soong2018-04-031-1/+13
* | | | | deconstructed_rom_directory.cpp: Fix TypoGravatar N00byKing2018-04-031-1/+1
|/ / / /
* | | | Merge pull request #297 from bunnei/hid-touch-stateGravatar bunnei2018-04-021-5/+21
|\ \ \ \
| * | | | hid: Write empty touch screen state.Gravatar bunnei2018-04-011-5/+21
* | | | | Merge pull request #296 from bunnei/misc-mem-fsp-fixesGravatar bunnei2018-04-0210-16/+49
|\ \ \ \ \
| * | | | | hle_ipc, fsp_srv: Cleanup logging.Gravatar bunnei2018-03-312-3/+3
| * | | | | hid: Stub out GetSupportedNpadStyleSet.Gravatar bunnei2018-03-311-0/+8
| * | | | | hle_ipc: Do not ensure write buffer size.Gravatar bunnei2018-03-311-2/+5
| * | | | | fsp_srv: Implement GetSize and SetSize.Gravatar bunnei2018-03-312-4/+24
| * | | | | memory: Fix stack region.Gravatar bunnei2018-03-316-10/+12
| |/ / / /
* | | | | Merge pull request #288 from Subv/macro_interpreterGravatar bunnei2018-04-025-121/+444
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | GPU: Use the MacroInterpreter class to execute the GPU macros instead of HLEi...Gravatar Subv2018-04-012-121/+13
| * | | | GPU: Implemented a gpu macro interpreter.Gravatar Subv2018-04-015-0/+431
* | | | | Merge pull request #293 from N00byKing/drkthmGravatar bunnei2018-03-317-0/+79
|\ \ \ \ \
| * | | | | Port citra-emu/citra#3610 to yuzuGravatar N00byKing2018-03-302-3/+7
| * | | | | Remove whitespacesGravatar N00byKing2018-03-301-1/+1
| * | | | | Add Dark theme, Icon themingGravatar N00byKing2018-03-307-0/+75
* | | | | | audren_u: Stub QueryAudioDeviceSystemEvent and GetActiveChannelCount.Gravatar bunnei2018-03-291-8/+36