3.5-1568 před 11 lety [Android] Copy over DSP roms and font assets on build and first runs.
3.5-1567 před 11 lety [Android] Instead of wiping shared preferences, set the default values so the settings are actually selected when going in to the settings menu.
3.5-1566 před 11 lety [Android] Fix Android 4.0 gamepad input.
3.5-1565 před 11 lety Disable encryption when checking Wiimote extension for scan. This is for when we are checking if it is a Balance Board.
3.5-1564 před 11 lety Add ability to dump Balance Board data to local udp port. This probably won't work on Mac...
3.5-1563 před 11 lety Fix vendor retrieval for Tegra in VideoOGL.
3.5-1562 před 11 lety Fix a case where a boolean check (vector.empty()) was used when a clear (vector.clear()) was intended in ExpressionParser.cpp.
3.5-1561 před 11 lety ShaderGen: Use u8 as uid storage base type. Fixes an off-by-one error introduced in revision bdc28106eed0 that caused some lighting issues.
3.5-1560 před 11 lety Misc cleanup and fixes for some of the bad code i've written.
3.5-1559 před 11 lety Add hotkeys for save/load state to/from file.
3.5-1558 před 11 lety VertexShaderGen: Fix a potential bug where vertex shader uids don't change when pixel lighting is toggled.
3.5-1557 před 11 lety VertexShaderGen: Fix a dumb regression from revision f524312fd17e.
3.5-1552 před 11 lety InputConfigDiag: Put the colon after the device name
3.5-1551 před 11 lety Merge branch 'shader-uids-awesome-after-hours'.
3.5-1545 před 11 lety ExpressionParser: Search for control names first
3.5-1544 před 11 lety [Android] Support clicking on games in the folder browser to add the folder currently in. Mostly for derps that keep trying to run the game from the folder browser.
3.5-1543 před 11 lety fix opengl debug build on win32
3.5-1542 před 11 lety DInputJoystick: Fix compile
3.5-1541 před 11 lety DInputJoystick: Always exclude XInput
3.5-1540 před 11 lety Merge branch 'expression-parser-barewords'