Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-28 | Merge pull request #1869 from wwylele/dont-be-lazy | Yuri Kunde Schlesner | |
Switch context to the same thread if necessary | |||
2016-06-28 | Merge pull request #1867 from mailwl/srv-update | bunnei | |
srv: Update according 3dbrew | |||
2016-06-25 | Remove superfluous std::move in return std::move(local_var) | scurest | |
2016-06-22 | Merge pull request #1923 from yuriks/fix-recursive | bunnei | |
Fix recursive scanning of directories | |||
2016-06-19 | Fix recursive scanning of directories | Yuri Kunde Schlesner | |
ForeachDirectoryEntry didn't actually do anything with the `recursive` parameter, and the corresponding callback parameter was shadowing the actual recursion counters in the user functions. | |||
2016-06-18 | Qt: Fix MicroProfile dpi scaling | Yuri Kunde Schlesner | |
2016-06-18 | Merge pull request #1877 from wwylele/wait-fix-timeout | bunnei | |
Thread: update timeout when reruning WaitSynch | |||
2016-06-16 | Merge pull request #1898 from archshift/interpreter-split-take2 | bunnei | |
Refactor arm_dyncom_interpreter into several files (take 2) | |||
2016-06-15 | Merge pull request #1875 from JayFoxRox/fog | bunnei | |
Implement standard fog (fog mode 5) | |||
2016-06-12 | Make arm_dyncom_trans* into a fully fledged compilation unit | archshift | |
2016-06-12 | arm_dyncom_interpreter: slightly change AllocBuffer to be intuitive | archshift | |
2016-06-11 | Merge pull request #1842 from Subv/ports | bunnei | |
Kernel: Added ClientPort and ServerPort classes, along with svcCreatePort. | |||
2016-06-11 | Kernel/SVC: Implemented svcCreatePort. | Subv | |
2016-06-11 | hid: add missing header | wwylele | |
2016-06-10 | Merge pull request #1897 from linkmauve/sdl2-config-fix | Mat M | |
SDL2: Add forgotten default config changes from 7129611e65096ba2cbe8266f6cb068a9b18981d8 | |||
2016-06-10 | Merge pull request #1789 from wwylele/input-refactor | bunnei | |
Refactor input mapping & implement circle pad modifier | |||
2016-06-10 | arm_dyncom_interpreter: Add specialized GetAddressingOpLoadStoreT func | archshift | |
This allows us to get the addressing operation for STRT, LDRT, STRBT, and LDRBT. We do this so that translation functions don't need to see the addressing ops directly. | |||
2016-06-10 | arm_dyncom_interpreter: rename operation functions to fit style guide | archshift | |
2016-06-10 | arm_dyncom_interpreter: Rename anonymous enum to TransExtData | archshift | |
2016-06-10 | arm_dyncom_interpreter.cpp: #include translation info from inc files | archshift | |
2016-06-11 | SDL2: Add forgotten default config changes from ↵ | Emmanuel Gil Peyrot | |
7129611e65096ba2cbe8266f6cb068a9b18981d8. | |||
2016-06-10 | Revert "Split huge interpreter source file into translation info and ↵ | archshift | |
interpreter (+ some tiny misc style fixes)" | |||
2016-06-08 | arm_dyncom_interpreter: rename operation functions to fit style guide | archshift | |
2016-06-08 | arm_dyncom_interpreter.cpp: Split by translation and interpreter logic | archshift | |
To facilitate the split, some small changes were made to names of various structures and functions. | |||
2016-06-08 | gdbstub: E0 should be E00 | shinyquagsire23 | |
2016-06-07 | Merge pull request #1765 from JayFoxRox/debug-surface-viewer | bunnei | |
Debugger: Pica surface viewer | |||
2016-06-07 | OpenGL: Implement fog | Jannik Vogel | |
2016-06-07 | Rasterizer: Implement fog | Jannik Vogel | |
2016-06-07 | Pica: Add fog state | Jannik Vogel | |
2016-06-07 | OpenGL: Avoid undefined behaviour for UNIFORM_BLOCK_DATA_SIZE | Jannik Vogel | |
2016-06-06 | Merge pull request #1873 from archshift/remove-config | bunnei | |
Remove unused and bitrotted "controller config" files | |||
2016-06-05 | Kernel: Added ClientPort and ServerPort classes. | Subv | |
This is part of an ongoing effort to implement support for multiple processes. | |||
2016-06-04 | service: Add other DLP services | Lioncash | |
Specifically, dlp::CLNT and dlp::FKCL Moves them to their own folder like with other services. | |||
2016-06-04 | Thread: update timeout when rerunning WaitSynch | wwylele | |
2016-06-02 | Merge pull request #1863 from mailwl/gpu-threadid-reset | bunnei | |
gsp::gpu: Reset g_thread_id in UnregisterInterruptRelayQueue | |||
2016-06-01 | Remove unused and bitrotted "controller config" files | archshift | |
2016-06-01 | gsp::gpu: Reset g_thread_id in UnregisterInterruptRelayQueue | mailwl | |
2016-06-01 | AddFstEntriesToGameList - prevent loading a directory | LFsWang | |
2016-05-31 | Merge pull request #1812 from JayFoxRox/refactor-shader | bunnei | |
Retrieve shader result from new OutputRegisters-type | |||
2016-05-31 | Fix parameter name in EnableNotification | mailwl | |
2016-05-31 | Fix mistakes, add output header codes | mailwl | |
2016-05-31 | remove ugly function | mailwl | |
2016-05-31 | srv: Update according 3dbrew | mailwl | |
2016-05-30 | Merge pull request #1751 from linkmauve/no-recursive-readdir | bunnei | |
Make recursive FileUtil functions take a maximum recursion | |||
2016-05-30 | Switch context on the same thread if necessary | wwylele | |
2016-05-29 | Merge pull request #1692 from Subv/rm_getpointer2 | bunnei | |
Memory: Remove most usages of GetPointer | |||
2016-05-28 | Merge pull request #1756 from wwylele/config-cleanup | bunnei | |
Config block: clean up | |||
2016-05-28 | Memory: Handle RasterizerCachedMemory and RasterizerCachedSpecial page types ↵ | Subv | |
in the memory block manipulation functions. | |||
2016-05-28 | Memory: Make ReadBlock and WriteBlock accept void pointers. | Subv | |
2016-05-28 | SOC_U: Remove usage of GetPointer | Subv | |