Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-29 | Merge pull request #963 from yuriks/gpu-fixes | bunnei | |
Misc. GPU vertex loading fixes | |||
2015-07-29 | Merge pull request #1013 from lioncash/unused | Yuri Kunde Schlesner | |
dyncom: Remove an unused variable | |||
2015-07-29 | dyncom: Remove an unused variable | Lioncash | |
This was used prior to InterpreterTranslate existing. | |||
2015-07-29 | Merge pull request #1012 from lioncash/prototype | bunnei | |
core: Fix missing prototype warnings | |||
2015-07-29 | core: Fix missing prototype warnings | Lioncash | |
2015-07-29 | citra-qt: Pass string by const reference | Lioncash | |
2015-07-29 | Merge pull request #1009 from lioncash/table | Yuri Kunde Schlesner | |
am_net: Update function table data | |||
2015-07-29 | am_net: Add missing function to the function table | Lioncash | |
2015-07-29 | am_net: Add correct function name to the function table | Lioncash | |
2015-07-29 | Merge pull request #982 from Subv/home | bunnei | |
Service/APT: Return proper parameters in GetLockHandle. | |||
2015-07-28 | dyncom: Handle left-operand PC correctly for data-processing ops | Lioncash | |
This is considered deprecated in the ARM manual (using PC as an operand), however, this is still able to be executed on the MPCore (which I'm quite sure would be rare to begin with). | |||
2015-07-28 | Merge pull request #899 from zawata/Winsock-Deprecation | bunnei | |
SOC:U : Fix WinSock function deprecation | |||
2015-07-28 | Update Start menu text to match with the real state of the emulator. | LittleWhite | |
Move start menu text update in ShutdownGame as adviced by neobrain | |||
2015-07-28 | Settings: Fix saving wrong values for input configuration | Trung Do | |
2015-07-28 | Merge pull request #1003 from lioncash/armcruft | bunnei | |
dyncom: Minor cleanups. | |||
2015-07-28 | Merge pull request #873 from jroweboy/input_array | Tony Wasserka | |
Move input values into an array. | |||
2015-07-28 | dyncom: Remove an unnecessary typedef | Lioncash | |
2015-07-28 | dyncom: Use enum class for instruction decoding results | Lioncash | |
2015-07-27 | Move input values into an array | James Rowe | |
2015-07-27 | dyncom: Remove code duplication regarding thumb instructions | Lioncash | |
2015-07-27 | dyncom: Migrate exclusive memory access control into armstate | Lioncash | |
2015-07-27 | dyncom: Remove duplicated typedef and extern | Lioncash | |
These are already present in arm_dyncom_dec.h. | |||
2015-07-27 | Merge pull request #1001 from lioncash/arm | bunnei | |
dyncom: Centralize state-related functions. | |||
2015-07-26 | Merge pull request #991 from yuriks/globjects | bunnei | |
OpenGL: Make OpenGL object resource wrappers fully inline | |||
2015-07-26 | dyncom: Use std::array for register arrays | Lioncash | |
2015-07-26 | dyncom: Use ARMul_State as an object | Lioncash | |
Gets rid of C-like parameter passing. | |||
2015-07-26 | Merge pull request #992 from yuriks/hot-path-debug | bunnei | |
VideoCore: #ifdef out some debugging routines | |||
2015-07-26 | OpenGL: Make OpenGL object resource wrappers fully inline | Yuri Kunde Schlesner | |
The functions are so simple that having them separate only bloats the code and hinders optimization. | |||
2015-07-26 | Merge pull request #987 from yuriks/regnames | Tony Wasserka | |
Videocore: Don't reinitialize register name map on every query. | |||
2015-07-26 | Videocore: Don't reinitialize register name map on every query | Yuri Kunde Schlesner | |
This greatly speeds up the command list debug widget. | |||
2015-07-26 | Merge pull request #995 from linkmauve/remove-dead-option | Yuri Kunde Schlesner | |
Remove dead gpu_refresh_rate option from the default ini file | |||
2015-07-26 | Citra: Remove dead gpu_refresh_rate option from the default ini file. | Emmanuel Gil Peyrot | |
2015-07-26 | Merge pull request #986 from Lectem/better_widgets | Tony Wasserka | |
citra-qt: Improve pica command list widget. | |||
2015-07-26 | Videocore: Simplify variables in vertex shader interpreter | Yuri Kunde Schlesner | |
Simplifies the code and gives a tiny speed-up. | |||
2015-07-26 | Videocore: Replace std::stack in shader interpreter with static_vector | Yuri Kunde Schlesner | |
Shaves off 1/3rd of the vertex shader time in Fire Emblem | |||
2015-07-26 | VideoCore: #ifdef out some debugging routines | Yuri Kunde Schlesner | |
Some disabled debugging functionality was being called from rendering routines in VideoCore. Although disabled, many of them still allocated memory or did some extra work that was enough to show up in a profiler. Gives a slight (~2ms) speedup. | |||
2015-07-25 | dyncom: Remove unnecessary initialization code. | Lioncash | |
Targeting ARM version variants was only a thing on armemu. The reset routine also does basically the same thing as NewState. | |||
2015-07-25 | dyncom: Remove unnecessary abort-related cruft | Lioncash | |
Both the MPCore and the ARM9 have the same data abort model (base restored), so differentiating isn't necessary. | |||
2015-07-25 | dyncom: Rename armdefs.h to armstate.h | Lioncash | |
2015-07-25 | dyncom: Get rid of skyeye typedefs | Lioncash | |
2015-07-25 | dyncom: Move helper functions to their own header | Lioncash | |
2015-07-25 | dyncom: Move arminit.cpp and armsupp.cpp into skyeye_common | Lioncash | |
2015-07-25 | Merge pull request #989 from lioncash/extern | Yuri Kunde Schlesner | |
armdefs: Remove unnecessary extern keywords | |||
2015-07-25 | armdefs: Remove unnecessary extern keywords | Lioncash | |
2015-07-25 | loader: Remove unnecessary else usages | Lioncash | |
2015-07-25 | citra-qt/command list: Enable uniform row heights and automatically resize ↵ | Lectem | |
columns. Uniform row heights enables some optimisations for a smoother scrolling. Resize columns to content so that we don't have to do it manually | |||
2015-07-25 | citra-qt/command list: Split register and value columns. | Lectem | |
Also removed the extra spaces for each cell | |||
2015-07-25 | Merge pull request #888 from zawata/Warning-Fixes-2 | Yuri Kunde Schlesner | |
Core\HLE : Fix Warning | |||
2015-07-25 | Address error that remained in last merge | Yuri Kunde Schlesner | |
2015-07-25 | Merge pull request #892 from zawata/another-warning-fixes | Yuri Kunde Schlesner | |
Yet More Warning Fixes |