- 18 Nov, 2018 23 commits
-
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
a
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
Allows the game to verify and send a message to the frontend.
-
Zach Hilman authored
-
Zach Hilman authored
Allows using Qt provider over default.
-
Zach Hilman authored
Allows use of software keyboard applet and future applets to be easily added by adding enum ID and a switch case.
-
Zach Hilman authored
Implements all of the features of the keyboard, including length, default text, character validation, and UTF-16 character support.
-
Zach Hilman authored
Provides a middleman between the Frontend provider class and the expected AM::Applets::Applet class needed by ILibraryAppletAccessor
-
Zach Hilman authored
Default implementation will return "yuzu" for any string. GUI clients (or CLI) can implement the Frontend::SoftwareKeyboardApplet class and register an instance to provide functionality.
-
Zach Hilman authored
Adds an Initialize and Execute methods which are used by the ILibraryAppletAccessor to start and control the applet.
-
Zach Hilman authored
Now starts the applet provided in constructor.
-
Zach Hilman authored
Used by software keyboard applet for data transfer.
-
Zach Hilman authored
std::stack was no longer suitable for non-trivial operations
-
Zach Hilman authored
Needs to be accessible by applet files.
-
Zach Hilman authored
Writes to an AM::IStorage object through an IStorageAccessor will now be preserved once the accessor is destroyed.
-
Zach Hilman authored
Creates an AM::IStorage object with the contents of the transfer memory located at the handle provided.
-
Zach Hilman authored
Needed as most all software keyboard functions use fixed-length UTF16 string buffers.
-
Zach Hilman authored
Seems to be used and created identically to SharedMemory, so just reuse that.
-
- 17 Nov, 2018 8 commits
-
-
Hexagon12 authored
am: Stub EnableApplicationCrashReport
-
MysticExile authored
-
bunnei authored
Port citra-emu/citra#4387: "yuzu: Add hotkey for Amiibo loading"
-
bunnei authored
Include QT imageformat dependencies with releases
-
bunnei authored
Added various bluetooth based cmds for palma
-
bunnei authored
hwopus: DecodeInterleavedWithPerformance: Fix ordering of output parameters.
-
bunnei authored
kernel/errors: Clean up error codes
-
bunnei authored
- Fixes audio issues with Pokemon: Let's Go Pikachu & Eevee.
-
- 16 Nov, 2018 9 commits
-
-
bunnei authored
Port citra-emu/citra#4426: "Common/Bitfield: store value as unsigned type"
-
Lioncash authored
Similar to PR 1706, which cleans up the error codes for the filesystem code, but done for the kernel error codes. This removes the ErrCodes namespace and specifies the errors directly. This also fixes up any straggling lines of code that weren't using the named error codes where applicable.
-
Mat M authored
Implement SetMemoryPermission
-
bunnei authored
gl_rasterizer_chache: Minor cleanup
-
bunnei authored
textures/decoders: Minor cleanup
-
bunnei authored
game_list: Optimize game list refresh
-
bunnei authored
gl_state: Amend compilation warnings
-
bunnei authored
file_sys/errors: Clean up error code values
-
bunnei authored
Added SetIsPalmaAllConnectable, SetPalmaBoostMode
-