citra/src/core/frontend
zhupengfei 190a053987
applets/swkbd: Properly handle button_text
I'm not sure why we decided to have a boolean here, but apparently that wasn't the correct behaviour. According to HW tests, the Software Keyboard simply displays the default text when the button text provided is empty (**not necessarily all zero**). For example, if you set a text for one of the buttons and leave others empty, the button you set will have your text, while others will have their default texts. Removed the boolean and updated frontend code to make it correct.
2020-05-31 09:41:30 +08:00
..
applets applets/swkbd: Properly handle button_text 2020-05-31 09:41:30 +08:00
camera log: replace all NGLOG with LOG 2018-06-29 14:18:07 +03:00
emu_window.cpp Address review comments 2020-01-22 12:51:04 -03:00
emu_window.h Address review comments 2020-01-22 12:51:04 -03:00
framebuffer_layout.cpp Make a separate function for getting minimum size based on layout 2020-01-21 19:31:39 -03:00
framebuffer_layout.h Make a separate function for getting minimum size based on layout 2020-01-21 19:31:39 -03:00
image_interface.h specify size of buffer and use openglstate in getteximageoes 2019-11-09 12:58:17 -07:00
input.h common/vector_math: Move Vec[x] types into the Common namespace 2019-03-02 15:04:13 +01:00
mic.cpp Support signed 8bit pcm in cubeb input. Address review 2019-03-17 22:52:03 -06:00
mic.h service/mic: actually use the specified device 2019-11-11 17:15:10 -05:00
scope_acquire_context.cpp Add scope acquire context to simplify MakeCurrent and DoneCurrent calls 2019-11-09 13:10:17 -07:00
scope_acquire_context.h Add scope acquire context to simplify MakeCurrent and DoneCurrent calls 2019-11-09 13:10:17 -07:00