| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rasterizer_interface.h: Update from citra to yuzu | 2018-04-04 | 1 | -3/+3 | |
| | | |||||
| * | default_ini.h: Update from citra to yuzu | 2018-04-04 | 1 | -1/+1 | |
| | | |||||
| * | gl_rasterizer_cache.cpp: Update from citra to yuzu | 2018-04-04 | 1 | -1/+1 | |
| | | |||||
| * | gl_rasterizer_cache.h: Update from citra to yuzu | 2018-04-04 | 1 | -3/+3 | |
| | | |||||
| * | renderer_opengl.h: Update from citra to yuzu | 2018-04-04 | 1 | -2/+2 | |
| | | |||||
| * | svc: Stub out SetThreadActivity, GetThreadContext. | 2018-04-02 | 2 | -2/+19 | |
| | | |||||
| * | audren_u: Stub out GetActiveAudioDeviceName. | 2018-04-02 | 1 | -1/+13 | |
| | | |||||
| * | audout_u: Implement GetAudioOutState. | 2018-04-02 | 1 | -1/+8 | |
| | | |||||
| * | nifm: GetResult does not return a data field. | 2018-04-02 | 1 | -2/+1 | |
| | | |||||
| * | vi: Implement GetDisplayResolution. | 2018-04-02 | 2 | -0/+26 | |
| | | |||||
| * | shared_memory: Remove incorrect 3ds-specific check. | 2018-04-02 | 1 | -12/+0 | |
| | | |||||
| * | service: Add friend:u interface. | 2018-04-02 | 4 | -0/+41 | |
| | | |||||
| * | logging: Change FmtLogMessage to use variadic template instead of FMT_VARIADIC | 2018-04-03 | 2 | -5/+11 | |
| | | | | | Due to premature merging of #262 I think the build may be failing right now. Should merge this ASAP to fix it. | ||||
| * | Merge pull request #262 from daniellimws/fmtlib-macros | 2018-04-02 | 11 | -68/+112 | |
| |\ | | | | | Logging: Add fmtlib-based macros | ||||
| | * | Remove dependency chrono | 2018-03-22 | 1 | -1/+0 | |
| | | | | | | | | | | | | | Earlier chrono was included but after some code changed it was no longer needed Forgot to remove it so I'm removing it now | ||||
| | * | Change "yuzu starting..." to be logged with the new macro | 2018-03-22 | 1 | -1/+1 | |
| | | | | | | | | | Just as a proof that it works | ||||
| | * | Logging: Create logging macros based on fmtlib | 2018-03-22 | 10 | -67/+112 | |
| | | | | | | | | | | | | | | | | | | | Add a new set of logging macros based on fmtlib Similar but not exactly the same as https://github.com/citra-emu/citra/pull/3533 Citra currently uses a different version of fmt, which does not support FMT_VARIADIC so make_args is used instead. On the other hand, yuzu uses fmt 4.1.0 which doesn't have make_args yet so FMT_VARIADIC is used. | ||||
| * | | Merge pull request #267 from N00byKing/patch-1 | 2018-04-02 | 2 | -14/+14 | |
| |\ \ | | | | | | | Update Dialog from citra to yuzu | ||||
| | * | | yuzu.cpp: Update Link from citra to yuzu | 2018-03-26 | 1 | -1/+1 | |
| | | | | |||||
| | * | | main.cpp: Replace Citra with yuzu Wiki Links | 2018-03-25 | 1 | -4/+4 | |
| | | | | |||||
| | * | | main.cpp: Update Dialog from citra to yuzu | 2018-03-25 | 1 | -11/+11 | |
| | | | | |||||
| * | | | Merge pull request #276 from N00byKing/acctoyuzu | 2018-04-02 | 4 | -10/+10 | |
| |\ \ \ | | | | | | | | | Change Telemetry Names to yuzu and remove links to citra | ||||
| | * | | | telemetry.h: Reword comment from citra to yuzu | 2018-03-27 | 1 | -1/+1 | |
| | | | | | |||||
| | * | | | telemetry_session.h: Reword Documentation Comment from citra to yuzu | 2018-03-27 | 1 | -2/+2 | |
| | | | | | |||||
| | * | | | Remove Links to citra Services | 2018-03-27 | 1 | -2/+2 | |
| | | | | | |||||
| | * | | | Change Telemetry Names to yuzu | 2018-03-27 | 2 | -5/+5 | |
| | | | | | |||||
| * | | | | Merge pull request #304 from daniellimws/fix-openbsd | 2018-04-02 | 2 | -7/+19 | |
| |\ \ \ \ | | | | | | | | | | | Fix build on OpenBSD | ||||
| | * | | | | externals: Update fmt to 4d35f94 | 2018-04-03 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Versions prior to this didn't compile on OpenBSD due to unconditional use of the non-standard strtod_l() function. The fmt::MemoryWriter API has been removed in the intervening versions, so replace its use with fmt::memory_buffer and fmt::format_to. The library also no longer provides the fmt::fmt ALIAS, so define it in externals/CMakeLists.txt. | ||||
| | * | | | | common: fix swap functions on Bitrig and OpenBSD | 2018-04-03 | 1 | -1/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | swap{16,32,64} are defined as macros on the two, but client code tries to invoke them as Common::swap{16,32,64}, which naturally doesn't work. This hack redefines the macros as inline functions in the Common namespace: the bodies of the functions are the same as the original macros, but relying on OS-specific implementation details like this is of course brittle. | ||||
| * | | | | | deconstructed_rom_directory.cpp: Fix Typo | 2018-04-03 | 1 | -1/+1 | |
| |/ / / / | |||||
| * | | | | Merge pull request #297 from bunnei/hid-touch-state | 2018-04-02 | 1 | -5/+21 | |
| |\ \ \ \ | | | | | | | | | | | hid: Write empty touch screen state. | ||||
| | * | | | | hid: Write empty touch screen state. | 2018-04-01 | 1 | -5/+21 | |
| | | | | | | |||||
| * | | | | | Merge pull request #296 from bunnei/misc-mem-fsp-fixes | 2018-04-02 | 10 | -16/+49 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Fix stack region, implement FSP GetSize/SetSize, and some stubs | ||||
| | * | | | | | hle_ipc, fsp_srv: Cleanup logging. | 2018-03-31 | 2 | -3/+3 | |
| | | | | | | | |||||
| | * | | | | | hid: Stub out GetSupportedNpadStyleSet. | 2018-03-31 | 1 | -0/+8 | |
| | | | | | | | |||||
| | * | | | | | hle_ipc: Do not ensure write buffer size. | 2018-03-31 | 1 | -2/+5 | |
| | | | | | | | |||||
| | * | | | | | fsp_srv: Implement GetSize and SetSize. | 2018-03-31 | 2 | -4/+24 | |
| | | | | | | | |||||
| | * | | | | | memory: Fix stack region. | 2018-03-31 | 6 | -10/+12 | |
| | |/ / / / | |||||
| * | | | | | Merge pull request #288 from Subv/macro_interpreter | 2018-04-02 | 5 | -121/+444 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | GPU: Implemented a gpu macro interpreter | ||||
| | * | | | | GPU: Use the MacroInterpreter class to execute the GPU macros instead of ↵ | 2018-04-01 | 2 | -121/+13 | |
| | | | | | | | | | | | | | | | | | | | | | HLEing them. | ||||
| | * | | | | GPU: Implemented a gpu macro interpreter. | 2018-04-01 | 5 | -0/+431 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Ryujinx macro interpreter and envydis were used as reference. Macros are programs that are uploaded by the games during boot and can later be called by writing to their method id in a GPU command buffer. | ||||
| * | | | | | Merge pull request #293 from N00byKing/drkthm | 2018-03-31 | 7 | -0/+79 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Add Dark Theme (And Theming in General + Icon Theming) | ||||
| | * | | | | | Port citra-emu/citra#3610 to yuzu | 2018-03-30 | 2 | -3/+7 | |
| | | | | | | | |||||
| | * | | | | | Remove whitespaces | 2018-03-30 | 1 | -1/+1 | |
| | | | | | | | |||||
| | * | | | | | Add Dark theme, Icon theming | 2018-03-30 | 7 | -0/+75 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | configure_general.ui: Add UI Option for Themes config.cpp: Save Theme Settings | ||||
| * | | | | | | audren_u: Stub QueryAudioDeviceSystemEvent and GetActiveChannelCount. | 2018-03-29 | 1 | -8/+36 | |
| | | | | | | | |||||
| * | | | | | | svc: Stub GetThreadCoreMask. | 2018-03-29 | 2 | -3/+26 | |
| | | | | | | | |||||
| * | | | | | | service: Add NFP module interface. | 2018-03-29 | 8 | -0/+101 | |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | service: Initialize NFP service. Log: Add NFP service as a log subtype. | ||||
| * / / / / | result: Check against self-assignment in ResultVal's copy assignment operator | 2018-03-28 | 1 | -0/+3 | |
| |/ / / / | | | | | | | | | | | | | Avoids doing work that doesn't need to be done. | ||||
| * | | | | Merge pull request #286 from N00byKing/citratoyuzuagain | 2018-03-27 | 1 | -5/+2 | |
| |\ \ \ \ | | | | | | | | | | | main.h: Add pragma once, remove ifndef | ||||