yuzu/src/core/hle/service
Yuri Kunde Schlesner 44f46254dc Merge pull request #622 from Subv/titles
Services/AM: Stubbed TitleIDListGetTotal and GetTitleIDList.
2015-03-02 10:26:56 -03:00
..
cfg Archives: Properly implemented the SystemSaveData archive. 2015-02-25 19:37:10 -05:00
fs Services/FS: Stubbed CardSlotIsInserted to always return false 2015-02-28 23:00:46 -05:00
hid Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one. 2015-02-22 21:09:08 +01:00
ac_u.cpp core: Apply static to local functions 2015-02-13 10:48:32 -05:00
ac_u.h
act_u.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
act_u.h
am_app.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
am_app.h
am_net.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
am_net.h
am_sys.cpp Services/AM: Stubbed TitleIDListGetTotal and GetTitleIDList. 2015-03-02 08:12:04 -05:00
am_sys.h
apt_a.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
apt_a.h
apt_s.cpp Service: Clean-up Interface 2015-02-02 15:36:59 -02:00
apt_s.h
apt_u.cpp core: Apply static to local functions 2015-02-13 10:48:32 -05:00
apt_u.h
boss_p.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
boss_p.h
boss_u.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
boss_u.h
cam_u.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
cam_u.h
cecd_s.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
cecd_s.h
cecd_u.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
cecd_u.h
csnd_snd.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
csnd_snd.h
dsp_dsp.cpp core: Apply static to local functions 2015-02-13 10:48:32 -05:00
dsp_dsp.h
err_f.cpp Added information reporting from ThrowFatalError 2015-02-22 12:19:30 -08:00
err_f.h
frd_a.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
frd_a.h
frd_u.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
frd_u.h
gsp_gpu.cpp GPU: Properly implement memory fills. 2015-02-18 14:02:58 +01:00
gsp_gpu.h GPU: Properly implement memory fills. 2015-02-18 14:02:58 +01:00
gsp_lcd.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
gsp_lcd.h
http_c.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
http_c.h
ir_rst.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
ir_rst.h
ir_u.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
ir_u.h
ldr_ro.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
ldr_ro.h
mic_u.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
mic_u.h
ndm_u.cpp Service: Clean-up Interface 2015-02-02 15:36:59 -02:00
ndm_u.h
news_s.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
news_s.h
news_u.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
news_u.h
nim_aoc.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
nim_aoc.h
ns_s.cpp Service: Clean-up Interface 2015-02-02 15:36:59 -02:00
ns_s.h
nwm_uds.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
nwm_uds.h
pm_app.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
pm_app.h
ptm_play.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
ptm_play.h
ptm_sysm.cpp Services/PTM: Stubbed PTM_Sysm::IsLegacyPowerOff. 2015-02-28 19:51:13 -05:00
ptm_sysm.h
ptm_u.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
ptm_u.h
service.cpp Services: Fixed "Tried to connect to named port err:f". 2015-02-16 15:24:15 -05:00
service.h Service: Store function names as const char* instead of std::string 2015-02-02 15:37:00 -02:00
soc_u.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
soc_u.h
srv.cpp Kernel: Stop creating useless Handles during object creation 2015-02-02 15:37:09 -02:00
srv.h
ssl_c.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
ssl_c.h
y2r_u.cpp Services: Implemented Y2R_U::GetTransferEndEvent 2015-02-24 08:28:36 -05:00
y2r_u.h