MCPcopy Create free account
hub / github.com/RPCSX/rpcsx / add_queue

Method add_queue

ps3fw/cellCamera.cpp:1903–1912  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1901}
1902
1903void camera_context::add_queue(u64 key, u64 source, u64 flag)
1904{
1905 {
1906 std::lock_guard lock_data_map(mutex_notify_data_map);
1907
1908 notify_data_map[key] = {source, flag};
1909 }
1910
1911 is_attached_dirty = true;
1912}
1913
1914void camera_context::remove_queue(u64 key)
1915{

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected