Commit Graph

4633 Commits (9007c489927cdb05278eb3712c7a9a4d8c0c57b1)
 

Author SHA1 Message Date
Subv e6a7723f2f Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.
This will be useful when implementing mutex priority inheritance.
Subv 38a90882a4 Kernel/Synch: Do not attempt a reschedule on every syscall.
Not all syscalls should cause reschedules, this commit attempts to remedy that, however, it still does not cover all cases.
Jonathan Hao c18cb1b192 Fix some warnings ()
bunnei 159bcbfdbc Update .travis.yml
James Rowe 3289892cd3 Merge pull request from jroweboy/travis-key
Try a different travis key
James Rowe 737c8bee16 Try a different travis key
Yuri Kunde Schlesner e2de82543b Merge pull request from mailwl/nfc
Service/NFC: stub GetTagInRangeEvent
James Rowe 0b897c45d2 Merge pull request from jroweboy/bintray
Try a different encrypted bintray api key for travis.
James Rowe 8f6c3b5c20 Try a different encrypted bintray api key for travis. Change appveyor to upload to a long git hash (since travis is stuck uploading to the full hash name)
James Rowe bb396ed8fc Merge pull request from jroweboy/bintray
Add deploy to bintray for builds to master
James Rowe 4a6cf7ecaf Trying to make a consistent nightly versioning
James Rowe b03e7bf28f Add deploy to bintray for builds to master
Lectem ee6e88fdb5 fix comments alignment
Sebastian Valle f7dd8d5e81 Merge pull request from bunnei/fix-bg-color
config: SDL: Move background color setting to correct section.
mailwl f2985f7080 Service/NFC: stub GetTagInRangeEvent
Fix Fatal Error in Mini-Mario & Friends - amiibo Challenge
mailwl c6f4b93f2e Service/AC: add ac:i service
bunnei 02b4b2ed6e config: SDL: Move background color setting to correct section.
bunnei f556d6ee90 Merge pull request from wwylele/auto-region
Config: auto-select region and language
wwylele d7d40b3c56 Frontend: make motion sensor interfaced thread-safe
bunnei 2f746e9946 Merge pull request from JayFoxRox/lighting-lut-quickfix
Lighting LUT Quickfix
bunnei 14f8065843 Merge pull request from wwylele/remove-unused
Core: remove unused hle.cpp
wwylele f927beb5e2 Core: remove unused hle.cpp
bunnei 6409b1d1a4 Merge pull request from wwylele/whats-going-on-with-that-pr
Core: reset cpu_core in Shutdown to make IsPoweredOn work properly
Lectem f91c51467a move Pop methods out of class body
Lectem 8baae9d982 IPC helpers example
Lectem 8f2b642415 IPC helpers
wwylele bcf9d20d57 Frontend: emulate motion sensor
wwylele 6479f63091 Common: add Quaternion
wwylele 2e6d8e1321 vector math: add implementation of Length and Normalize
wwylele 55f5d0f777 MathUtil: add PI constant
wwylele 2a069e76a5 Common::Event: add WaitUntil
Jannik Vogel 6ed4206f87 Minor cleanup in GLSL code
Jannik Vogel 88f409aec9 Offset lighting LUT samples correctly
wwylele fe2ed4bf72 Core: reset cpu_core in Shutdown to make IsPoweredOn work properly
bunnei 51dd13b8a0 Merge pull request from MerryMage/core-frontend
core: Move emu_window and key_map into core
Yuri Kunde Schlesner 56e4066f4f Merge pull request from wwylele/where-is-my-shared-font
file_util: fix missing sysdata path
wwylele 488b7a4041 file_util: fix missing sysdata path
MerryMage 64f98f4d0f core: Move emu_window and key_map into core
* Removes circular dependences (common should not depend on core)
bunnei 5e8ef00497 Merge pull request from mailwl/nwm-services
Service/NWM: add nwm services
mailwl 069a88dad7 Service/NWM: add nwm services
bunnei 76890672a0 Merge pull request from MerryMage/MemoryReadCode
arm_dynarmic: Provide MemoryReadCode callback
bunnei aa47af7fb6 Merge pull request from bunnei/core-cleanup
Core: Top-level consolidate & misc cleanup
MerryMage f8cf87ce34 arm_dynarmic: Provide MemoryReadCode callback
Change of interface in dynarmic 36082087ded632079b16d24137fdd0c450ce82ea
bunnei 17d740299a Merge pull request from mailwl/csnd-format
csnd:SND: Reformat source code
bunnei 8b1e269e58 ThreadContext: Move from "core" to "arm_interface".
bunnei e26fbfd1d7 core: Replace "AppCore" nomenclature with just "CPU".
bunnei 7623957f80 Merge pull request from lioncash/disasm
disassembler: Remove mutable specifier from breakpoints member variable
bunnei 5ac5cbeab7 Address clang-format issues.
bunnei 4fc8b8229e core: Remove HLE module, consolidate code & various cleanups.
bunnei 232ef55c1a core: Consolidate core and system state, remove system module & cleanups.